package.json scripts + enable indent

This commit is contained in:
TomatoCake 2024-07-25 22:00:07 +02:00
parent e04d7d97af
commit fb0d3d3b7e
2 changed files with 4 additions and 4 deletions

View file

@ -117,7 +117,7 @@ const rules = {
"@stylistic/function-call-spacing": 2,
"@stylistic/generator-star-spacing": 2,
"@stylistic/key-spacing": 2,
//"@stylistic/indent": [1, "tab"],
"@stylistic/indent": [1, "tab"],
"@stylistic/keyword-spacing": [1, { before: false, after: false }],
"@stylistic/new-parens": 2,
"@stylistic/no-mixed-operators": [2, {