stylelint-config-frack
v2.0.0
Published
Stylelint configuration used by Front-end Dev Stack
Downloads
26
Readme
Stylelint config Frack
This package includes the shareable ESLint configuration used by Front-end Dev Stack.
Usage in Front-end Dev Stack Projects
The easiest way to use this configuration is with Front-end Dev Stack, which includes it by default. You don't need to install it separately in Front-end Dev Stack projects.
Usage
If you want to use this ESLint configuration in a project not built with Front-end Dev Stack, you can install it with following steps.
First, install this package and stylelint.
Then create a file named .stylelintrc.json
with following contents in the root folder of your project:
{
"extends": "stylelint-config-frack",
}
That's it! Learn more about Stylelint on the Stylelint website.