@marsbased/marstyle-stylelint

3.0.0 • Public • Published

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
  }
}

/@marsbased/marstyle-stylelint/

    Package Sidebar

    Install

    npm i @marsbased/marstyle-stylelint

    Weekly Downloads

    12

    Version

    3.0.0

    License

    MIT

    Unpacked Size

    9.61 kB

    Total Files

    4

    Last publish

    Collaborators

    • karlos1337
    • xredo
    • david_gg
    • javier-artero