mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 16:06:21 +00:00
411d17e1fb
* Changed colorscheme to black (experimental). * Fixed ClamAV failing to report names of dirty files. * Removed built-in support for Google site verification (globals.njk). Just use HTML verification with public directory, or manually edit home.njk. * Bumped v1 version string.
9 lines
176 B
JSON
9 lines
176 B
JSON
{
|
|
"extends": "stylelint-config-standard",
|
|
"rules": {
|
|
"declaration-block-trailing-semicolon": "never",
|
|
"indentation": 2,
|
|
"no-descending-specificity": null
|
|
}
|
|
}
|