1.0.0 • Published 2 years ago

@zrev2220/stylelint-config v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@zrev2220/stylelint-config

npm (scoped)

My personal Stylelint config.

Usage

Install:

npm install --save-dev stylelint @zrev2220/stylelint-config

Create/edit .stylelintrc:

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

Lint your styles:

npx stylelint -i .gitignore --aei --mw 0 "**/*.{css,scss}"

See also the extends config property.