13 lines
230 B
Plaintext
13 lines
230 B
Plaintext
|
{
|
||
|
"extends": [
|
||
|
"stylelint-config-recommended"
|
||
|
],
|
||
|
"rules": {
|
||
|
"at-rule-no-unknown": [true, {
|
||
|
"ignoreAtRules": ["/^neat/"]
|
||
|
}],
|
||
|
"no-descending-specificity": [true, {
|
||
|
"severity": "warning"
|
||
|
}]
|
||
|
}
|
||
|
}
|