Przeglądaj źródła

chore(eslint): Add no-irregular-whitespace rule

master
hristoterezov 8 lat temu
rodzic
commit
cb06de92c6
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      .eslintrc.js

+ 1
- 0
.eslintrc.js Wyświetl plik

55
         'no-func-assign': 2,
55
         'no-func-assign': 2,
56
         'no-inner-declarations': 2,
56
         'no-inner-declarations': 2,
57
         'no-invalid-regexp': 2,
57
         'no-invalid-regexp': 2,
58
+        'no-irregular-whitespace': 2,
58
 
59
 
59
         'prefer-spread': 2,
60
         'prefer-spread': 2,
60
         'require-yield': 2,
61
         'require-yield': 2,

Ładowanie…
Anuluj
Zapisz