Переглянути джерело

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


Завантаження…
Відмінити
Зберегти