@@ -144,7 +144,7 @@ rules:
144144 import/dynamic-import-chunkname : off
145145
146146 # #############################################################################
147- # ESLint builtin rules list based on `v7.3 .x`
147+ # ESLint builtin rules list based on `v7.6 .x`
148148 # #############################################################################
149149
150150 # Possible Errors
@@ -176,7 +176,7 @@ rules:
176176 no-loss-of-precision : error
177177 no-misleading-character-class : error
178178 no-obj-calls : error
179- no-promise-executor-return : error
179+ no-promise-executor-return : off # TODO
180180 no-prototype-builtins : error
181181 no-regex-spaces : error
182182 no-setter-return : error
@@ -299,7 +299,7 @@ rules:
299299 func-name-matching : off
300300 func-names : off
301301 func-style : off
302- id-blacklist : off
302+ id-denylist : off
303303 id-length : off
304304 id-match : [error, '^(?:_?[a-zA-Z0-9]*)|[_A-Z0-9]+$']
305305 line-comment-position : off
@@ -447,7 +447,7 @@ overrides:
447447 node/no-unsupported-features/es-syntax : off
448448
449449 # #########################################################################
450- # `@typescript-eslint/eslint-plugin` rule list based on `v3.5 .x`
450+ # `@typescript-eslint/eslint-plugin` rule list based on `v3.9 .x`
451451 # #########################################################################
452452
453453 # Supported Rules
@@ -504,9 +504,11 @@ overrides:
504504 ' @typescript-eslint/no-unused-vars-experimental ' : off
505505 ' @typescript-eslint/no-var-requires ' : error
506506 ' @typescript-eslint/prefer-as-const ' : off # TODO consider
507+ ' @typescript-eslint/prefer-enum-initializers ' : off # TODO consider
507508 ' @typescript-eslint/prefer-for-of ' : off # TODO switch to error after TS migration
508509 ' @typescript-eslint/prefer-function-type ' : error
509510 ' @typescript-eslint/prefer-includes ' : off # TODO switch to error after IE11 drop
511+ ' @typescript-eslint/prefer-literal-enum-member ' : error
510512 ' @typescript-eslint/prefer-namespace-keyword ' : error
511513 ' @typescript-eslint/prefer-nullish-coalescing ' : error
512514 ' @typescript-eslint/prefer-optional-chain ' : error
0 commit comments