File tree 5 files changed +2034
-1832
lines changed 5 files changed +2034
-1832
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ rules:
178
178
simple-import-sort/exports : off # TODO
179
179
180
180
# #############################################################################
181
- # ESLint builtin rules list based on `v8.26 .x`
181
+ # ESLint builtin rules list based on `v8.27 .x`
182
182
# #############################################################################
183
183
184
184
# Possible Errors
@@ -216,6 +216,7 @@ rules:
216
216
no-irregular-whitespace : error
217
217
no-loss-of-precision : error
218
218
no-misleading-character-class : error
219
+ no-new-native-nonconstructor : error
219
220
no-new-symbol : error
220
221
no-obj-calls : error
221
222
no-promise-executor-return : off # TODO
@@ -292,6 +293,7 @@ rules:
292
293
no-else-return : error
293
294
no-empty : error
294
295
no-empty-function : error
296
+ no-empty-static-block : error
295
297
no-eq-null : off
296
298
no-eval : error
297
299
no-extend-native : error
@@ -485,7 +487,7 @@ overrides:
485
487
tsdoc/syntax : error
486
488
487
489
# #########################################################################
488
- # `@typescript-eslint/eslint-plugin` rule list based on `v5.41 .x`
490
+ # `@typescript-eslint/eslint-plugin` rule list based on `v5.43 .x`
489
491
# #########################################################################
490
492
491
493
# Supported Rules
Original file line number Diff line number Diff line change 12
12
"typescript-4.5" : " npm:typescript@4.5.x" ,
13
13
"typescript-4.6" : " npm:typescript@4.6.x" ,
14
14
"typescript-4.7" : " npm:typescript@4.7.x" ,
15
- "typescript-4.8" : " npm:typescript@4.8.x"
15
+ "typescript-4.8" : " npm:typescript@4.8.x" ,
16
+ "typescript-4.9" : " npm:typescript@4.9.x"
16
17
}
17
18
}
You can’t perform that action at this time.
0 commit comments