mirror of
https://github.com/GuerillaStudio/compteur-de-greve.git
synced 2024-12-18 05:41:56 +00:00
11 lines
240 B
JSON
11 lines
240 B
JSON
{
|
|
"extends": [
|
|
"stylelint-config-standard-scss",
|
|
"stylelint-config-idiomatic-order"
|
|
],
|
|
"rules": {
|
|
"max-line-length": null,
|
|
"selector-class-pattern": null,
|
|
"scss/at-import-no-partial-leading-underscore": null
|
|
}
|
|
}
|