mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 07:56:23 +00:00
8 lines
137 B
JSON
8 lines
137 B
JSON
|
{
|
||
|
"extends": "stylelint-config-standard",
|
||
|
"rules": {
|
||
|
"declaration-block-trailing-semicolon": "never",
|
||
|
"indentation": 2
|
||
|
}
|
||
|
}
|