mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-23 08:31:05 +00:00
6 lines
132 B
JSON
6 lines
132 B
JSON
|
{
|
||
|
"extends": ["stylelint-config-standard", "stylelint-config-prettier"],
|
||
|
"rules": {
|
||
|
"no-descending-specificity": null
|
||
|
}
|
||
|
}
|