mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 07:56:23 +00:00
12 lines
334 B
JSON
12 lines
334 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,
|
|
"scss/load-no-partial-leading-underscore": null,
|
|
"selector-class-pattern": null,
|
|
"selector-id-pattern": null
|
|
}
|
|
}
|