Skip to content

Commit dbd5e4b

Browse files
Update JS dependencies (#12181)
- Update all dependencies excluding octicons - Configure new eslint 7.3.0 rules Co-authored-by: techknowlogick <[email protected]>
1 parent 3a46d1e commit dbd5e4b

File tree

3 files changed

+905
-1284
lines changed

3 files changed

+905
-1284
lines changed

.eslintrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ rules:
220220
no-octal: [2]
221221
no-param-reassign: [0]
222222
no-plusplus: [0]
223+
no-promise-executor-return: [0]
223224
no-proto: [2]
224225
no-prototype-builtins: [2]
225226
no-redeclare: [2]
@@ -251,6 +252,7 @@ rules:
251252
no-unexpected-multiline: [2]
252253
no-unmodified-loop-condition: [2]
253254
no-unneeded-ternary: [0]
255+
no-unreachable-loop: [2]
254256
no-unreachable: [2]
255257
no-unsafe-finally: [2]
256258
no-unsafe-negation: [2]

0 commit comments

Comments
 (0)