1.0.0 • Published 4 years ago

enf-stylelint-config v1.0.0

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

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"
}