@aerian/stylelint-config-base

13.2.0 • Public • Published

@aerian/stylelint-config-base

This is a sharable Stylelint config to compliment the eslint configs at https://github.com/aerian-studios/eslint-config.

To install, run:

#npm
npm i -D stylelint @aerian/stylelint-config-base

#yarn
yarn add -D  stylelint @aerian/stylelint-config-base

To use it, create the following .stylelintrc.json:

{
    "extends": ["@aerian/stylelint-config-base"]
}

Also add this to your eslint config

{
    "extends": ["stylelint"]
}

There are many rules that can be auto-fixed using stylelint . --fix either in the command line or in a package.json.

Editor integration

There are various editor integrations. Remember that some integrations need a little setup. For vscode, add this to your workspace settings to stop conflicting rules:

{
    "css.validate": false,
    "less.validate": false,
    "scss.validate": false
}

Dependents (0)

Package Sidebar

Install

npm i @aerian/stylelint-config-base

Weekly Downloads

28

Version

13.2.0

License

MIT

Unpacked Size

2.07 kB

Total Files

3

Last publish

Collaborators

  • ascorbic
  • s-unya
  • davinux
  • darren.ivey