chore: Enable few eslint rules to enforce consistent code (#8082)
This commit is contained in:
parent
0de729ff3d
commit
8ba1b7137e
1 changed files with 5 additions and 1 deletions
|
|
@ -51,7 +51,11 @@
|
||||||
],
|
],
|
||||||
"no-control-regex": [
|
"no-control-regex": [
|
||||||
"off"
|
"off"
|
||||||
]
|
],
|
||||||
|
"space-before-blocks": "warn",
|
||||||
|
"keyword-spacing": "warn",
|
||||||
|
"comma-spacing": "warn",
|
||||||
|
"key-spacing": "warn",
|
||||||
},
|
},
|
||||||
"root": true,
|
"root": true,
|
||||||
"globals": {
|
"globals": {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue