Selaa lähdekoodia

chore(eslint): Add no-unsafe-finally rule

dev1
hristoterezov 8 vuotta sitten
vanhempi
commit
3324280ff1
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      .eslintrc.js

+ 1
- 0
.eslintrc.js Näytä tiedosto

@@ -63,6 +63,7 @@ module.exports = {
63 63
         'no-sparse-arrays': 2,
64 64
         'no-unexpected-multiline': 2,
65 65
         'no-unreachable': 2,
66
+        'no-unsafe-finally': 2,
66 67
 
67 68
         'prefer-spread': 2,
68 69
         'require-yield': 2,

Loading…
Peruuta
Tallenna