@firefoxic/stylelint-config
v5.0.0
Published
Shared config for stylelint by firefoxic.
Downloads
112
Maintainers
Readme
@firefoxic/stylelint-config
Shared config for stylelint by firefoxic.
To see the rules that this config uses, please read the config itself.
Installation
pnpm add -D stylelint @firefoxic/stylelint-config
Usage
Set your stylelint.config.js
to:
export default {
customSyntax: "postcss-scss", // If your styles syntax is different from CSS (don't forget to install the package)
extends: "@firefoxic/stylelint-config",
rules: {
// Your overrides or additions to rules
}
}