@cyansalt/stylelint-config
v4.0.5
Published
My Stylelint configuration preset
Downloads
83
Readme
@cyansalt/stylelint-config
My Stylelint configuration preset.
Installation
npm install --save-dev @cyansalt/stylelint-config
Usage
// stylelint.config.js
import config from '@cyansalt/stylelint-config'
export default {
overrides: config(),
}
Options
// stylelint.config.js
import config from '@cyansalt/stylelint-config'
export default {
overrides: config({
// Whether to enable SCSS rules.
// It will be enabled when `sass` or `sass-embedded` is installed in the project by default.
scss: true,
}),
}