mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 16:06:21 +00:00
11 lines
281 B
JSON
11 lines
281 B
JSON
{
|
|
"extends": "stylelint-config-standard-scss",
|
|
"rules": {
|
|
"block-closing-brace-newline-before": null,
|
|
"no-descending-specificity": null,
|
|
"scss/at-import-no-partial-leading-underscore": null,
|
|
"selector-class-pattern": null,
|
|
"selector-id-pattern": null
|
|
}
|
|
}
|