Преглед изворни кода

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

dev1
hristoterezov пре 8 година
родитељ
комит
3324280ff1
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      .eslintrc.js

+ 1
- 0
.eslintrc.js Прегледај датотеку

63
         'no-sparse-arrays': 2,
63
         'no-sparse-arrays': 2,
64
         'no-unexpected-multiline': 2,
64
         'no-unexpected-multiline': 2,
65
         'no-unreachable': 2,
65
         'no-unreachable': 2,
66
+        'no-unsafe-finally': 2,
66
 
67
 
67
         'prefer-spread': 2,
68
         'prefer-spread': 2,
68
         'require-yield': 2,
69
         'require-yield': 2,

Loading…
Откажи
Сачувај