stylelint-config-fs
v0.5.0
Published
Flatstack's CSS Stylelint config
Downloads
8
Readme
stylelint-config-fs
This package provides Flatstack's CSS Stylelint config as an extensible shared config.
Usage
- Install stylelint-config-fs package
Via npm:
npm install stylelint-config-fs --save-dev
Via yarn:
yarn add stylelint-config-fs --dev
- Add
"extends": "stylelint-config-fs"
to your .stylelintrc
{
"extends": "stylelint-config-fs",
"rules": {
// you can override some of the rules below
'indentation': 3
...
}
}
Credits
Stylelint-config-fs is maintained by Marat Fakhreev. It was written by Flatstack with the help of our contributors.