mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-19 12:45:45 +01:00
[style] Enabled Stylelint 'indentation' rule
This commit is contained in:
parent
30de15efb7
commit
17c91b83d1
@ -100,7 +100,7 @@ module.exports = {
|
|||||||
// "var"
|
// "var"
|
||||||
// ],
|
// ],
|
||||||
"function-whitespace-after": "always",
|
"function-whitespace-after": "always",
|
||||||
// "indentation": 4,
|
"indentation": 4,
|
||||||
"keyframe-declaration-no-important": true,
|
"keyframe-declaration-no-important": true,
|
||||||
"length-zero-no-unit": true,
|
"length-zero-no-unit": true,
|
||||||
// "max-empty-lines": 1,
|
// "max-empty-lines": 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user