enf-stylelint-config
v1.0.0
Published
enf stylelint config
Downloads
6
Readme
enf-stylelint-config
Stylelint config for our global css file as a module for our dev environment.
Installation
Install the package and save it as a devDependency:
yarn add enf-stylelint-config --dev
or via npm (if you are not a hipster :D)
npm i -D enf-stylelint-config
Then have your project's .stylelintrc
file extend the ruleset.
{
"extends": "enf-stylelint-config"
}