@studiohyperdrive/stylelint-config
v1.0.9
Published
Studio Hyperdrive StyleLint linting rules/guidelines.
Downloads
64
Readme
FEO Styleling config
Installation
$ npm install --save-dev @studiohyperdrive/stylelint-config
Usage
Create an stylelint.config.js
file in the root of your project and extend the default Stylelint settings. You may also need to extend the Sass settings (based on your project):
module.exports = {
"extends": [
"@studiohyperdrive/stylelint-config",
"@studiohyperdrive/stylelint-config/lib/sass" // If required
]
}