Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 678 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 678 Bytes

Logux Stylelint Config

Shareable Stylelint config and best practice for CSS.

Sponsored by Evil Martians

Install

pnpm add --save-dev @logux/stylelint-config stylelint

Usage

Add this config to package.json or other Stylelint config files.

  "stylelint": {
    "extends": "@logux/stylelint-config"
  }