package.json scripts + enable indent
This commit is contained in:
parent
e04d7d97af
commit
fb0d3d3b7e
2 changed files with 4 additions and 4 deletions
|
@ -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, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue