1.0.0 • Published 4 years ago

stylelint-config-enf v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

stylelint-config-enf

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 stylelint-config-enf --dev

or via npm (if you are not a hipster :D)

npm i -D stylelint-config-enf

Then have your project's .eslintrc file extend the ruleset.

{
  "extends": "enf"
}
1.0.0

4 years ago