1.0.9 • Published 7 years ago
@studiohyperdrive/stylelint-config v1.0.9
FEO Styleling config
Installation
$ npm install --save-dev @studiohyperdrive/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": [
"@studiohyperdrive/stylelint-config",
"@studiohyperdrive/stylelint-config/lib/sass" // If required
]
}