@district01/stylelint-config
v1.0.7
Published
District01 StyleLint linting rules/guidelines.
Readme
District01 Styleling config
Installation
$ npm install --save-dev @district01/stylelint-configUsage
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": [
"@district01/stylelint-config",
"@district01/stylelint-config/lib/sass" // If required
]
}