浏览代码

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

version-14
Suraj Shetty 5 年前
committed by Faris Ansari
父节点
当前提交
8ba1b7137e
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. +5
    -1
      .eslintrc

+ 5
- 1
.eslintrc 查看文件

@@ -51,7 +51,11 @@
],
"no-control-regex": [
"off"
]
],
"space-before-blocks": "warn",
"keyword-spacing": "warn",
"comma-spacing": "warn",
"key-spacing": "warn",
},
"root": true,
"globals": {


正在加载...
取消
保存