mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 13:38:21 -05:00
14 lines
230 B
JSON
14 lines
230 B
JSON
{
|
|
"extends": "stylelint-config-standard",
|
|
"rules": {
|
|
"alpha-value-notation": "number",
|
|
"selector-class-pattern": null
|
|
},
|
|
"overrides": [
|
|
{
|
|
"files": ["*.js"],
|
|
"customSyntax": "postcss-lit"
|
|
}
|
|
]
|
|
}
|