|
85 | 85 | node/prefer-promises/fs: off
|
86 | 86 |
|
87 | 87 | ##############################################################################
|
88 |
| - # `eslint-plugin-import` rule list based on `v2.23.x` |
| 88 | + # `eslint-plugin-import` rule list based on `v2.24.x` |
89 | 89 | ##############################################################################
|
90 | 90 |
|
91 | 91 | # Static analysis
|
@@ -150,7 +150,7 @@ rules:
|
150 | 150 | import/dynamic-import-chunkname: off
|
151 | 151 |
|
152 | 152 | ##############################################################################
|
153 |
| - # ESLint builtin rules list based on `v7.29.x` |
| 153 | + # ESLint builtin rules list based on `v7.32.x` |
154 | 154 | ##############################################################################
|
155 | 155 |
|
156 | 156 | # Possible Errors
|
@@ -461,7 +461,7 @@ overrides:
|
461 | 461 | tsdoc/syntax: error
|
462 | 462 |
|
463 | 463 | ##########################################################################
|
464 |
| - # `@typescript-eslint/eslint-plugin` rule list based on `v4.28.x` |
| 464 | + # `@typescript-eslint/eslint-plugin` rule list based on `v4.29.x` |
465 | 465 | ##########################################################################
|
466 | 466 |
|
467 | 467 | # Supported Rules
|
@@ -533,6 +533,7 @@ overrides:
|
533 | 533 | '@typescript-eslint/prefer-readonly-parameter-types': off # TODO consider
|
534 | 534 | '@typescript-eslint/prefer-reduce-type-parameter': error
|
535 | 535 | '@typescript-eslint/prefer-regexp-exec': off
|
| 536 | + '@typescript-eslint/prefer-return-this-type': error |
536 | 537 | '@typescript-eslint/prefer-ts-expect-error': error
|
537 | 538 | '@typescript-eslint/prefer-string-starts-ends-with': off # TODO switch to error after IE11 drop
|
538 | 539 | '@typescript-eslint/promise-function-async': off
|
|
0 commit comments