0.0.24 • Published 4 years ago

stylelint-config-toolkit v0.0.24

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
4 years ago

stylelint-config-toolkit

Usage

Run the following command using npm:

npm i stylelint stylelint-config-toolkit --save-dev

If you prefer Yarn, use the following command instead:

yarn add stylelint stylelint-config-toolkit --dev

Configuration

Now that you've added stylelint and the stylelint configuration for toolkit, you can specify your configuration in one of these locations.

For example, if I included a stylelint key in the package.json file in a project then I would do the following:

{
  "stylelint": {
    "extends": "stylelint-config-toolkit"
  }
}

You can always override any rule that stylelint-config-toolkit provides that causes issues in your codebase by adding additional rules to the rules key. You can also use stylelint-config-toolkit with any other stylelint plugins by changing the extends value to an array and including the packages alongside stylelint-config-toolkit.

🤲 Contributing

To learn more about how to contribute, look here!

0.0.24

4 years ago

0.0.23

6 years ago

0.0.22

6 years ago

0.0.21

6 years ago

0.0.20

6 years ago

0.0.19

6 years ago

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago