surfx / .stylelintrc.json
neon_arch
chore: add pre-commit checks for writting better code
8dd18eb
{
"extends": "stylelint-config-standard",
"rules": {
"alpha-value-notation": "number",
"selector-class-pattern": null
},
"overrides": [
{
"files": ["*.js"],
"customSyntax": "postcss-lit"
}
]
}