@swis/fluo-stylelint-config
v2.0.0
Published
SCSS Standard Style - Stylelint Shareable Config for SWIS
Maintainers
Readme
@swis/fluo-stylelint-config
The default stylelint config for Fluo projects.
Extends stylelint-config-standard and @stylistic/stylelint-config.
Howto
Run: npm install @swis/fluo-stylelint-config --save-dev
In your stylint.config.js:
export default /** @type {import('stylelint').Config} */({
extends: [
'@swis/fluo-stylelint-config'
]
});