3.0.0 • Published 3 years ago

@marsbased/marstyle-stylelint v3.0.0

Weekly downloads
16
License
MIT
Repository
github
Last release
3 years ago

npm version

marstyle-stylelint

Set of stylelint rules

How to use?

Install the dependency

npm i @marsbased/marstyle-stylelint --save-dev

Use it from your .stylelintrc file

{
  "extends": [
    "@marsbased/marstyle-stylelint"
  ]
}

If you prefer you can overwrite some rules:

{
  "extends": [ "@marsbased/marstyle-stylelint" ],
  "rules": {
    "declaration-no-important": false
  }
}