chore: Enable few eslint rules to enforce consistent code (#8082)

This commit is contained in:
Suraj Shetty 2019-08-02 21:45:19 +05:30 committed by Faris Ansari
parent 0de729ff3d
commit 8ba1b7137e

View file

@ -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": {