@magister_zito/stylelint-config
v0.2.1
Published
stylelint for developers with actual ocd
Maintainers
Readme
@magister_zito/stylelint-config
pnpm add -D @magister_zito/stylelint-configBase Config
{
"extends": [
"@magister_zito/stylelint-config/base"
]
}Default Config (SCSS)
{
"extends": [
"@magister_zito/stylelint-config"
]
}React Config (styled-components)
{
"extends": [
"@magister_zito/stylelint-config/styled-components"
]
}