enf-stylelint-config
v1.0.0
Published
enf stylelint config
Downloads
10
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 --devor via npm (if you are not a hipster :D)
npm i -D enf-stylelint-configThen have your project's .stylelintrc file extend the ruleset.
{
"extends": "enf-stylelint-config"
}