File tree Expand file tree Collapse file tree 5 files changed +2034
-1832
lines changed Expand file tree Collapse file tree 5 files changed +2034
-1832
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ rules:
178178 simple-import-sort/exports : off # TODO
179179
180180 # #############################################################################
181- # ESLint builtin rules list based on `v8.26 .x`
181+ # ESLint builtin rules list based on `v8.27 .x`
182182 # #############################################################################
183183
184184 # Possible Errors
@@ -216,6 +216,7 @@ rules:
216216 no-irregular-whitespace : error
217217 no-loss-of-precision : error
218218 no-misleading-character-class : error
219+ no-new-native-nonconstructor : error
219220 no-new-symbol : error
220221 no-obj-calls : error
221222 no-promise-executor-return : off # TODO
@@ -292,6 +293,7 @@ rules:
292293 no-else-return : error
293294 no-empty : error
294295 no-empty-function : error
296+ no-empty-static-block : error
295297 no-eq-null : off
296298 no-eval : error
297299 no-extend-native : error
@@ -485,7 +487,7 @@ overrides:
485487 tsdoc/syntax : error
486488
487489 # #########################################################################
488- # `@typescript-eslint/eslint-plugin` rule list based on `v5.41 .x`
490+ # `@typescript-eslint/eslint-plugin` rule list based on `v5.43 .x`
489491 # #########################################################################
490492
491493 # Supported Rules
Original file line number Diff line number Diff line change 1212 "typescript-4.5" : " npm:typescript@4.5.x" ,
1313 "typescript-4.6" : " npm:typescript@4.6.x" ,
1414 "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"
1617 }
1718}
You can’t perform that action at this time.
0 commit comments