- based on stylelint-config-standard
- order rules based on stylelint-config-recess-order
- support for tailwind
pnpm add -D eslint @ueberbit/stylelint-config
{
"extends": "@ueberbit/stylelint-config"
}
Alternatively you can use other files patterns:
- a stylelint property in package.json
- a .stylelintrc file
- a stylelint.config.js file exporting a JS object
- a stylelint.config.cjs file exporting a JS object. When running Stylelint in JavaScript packages that specify "type":"module" in their package.json