@@ -241,7 +241,7 @@ Configurations:
241
241
| [ ` @typescript-eslint/no-dynamic-delete ` ] ( https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-dynamic-delete.md ) 🛠| 🚨| 👻| 👻| 👻| 👻|
242
242
| [ ` @typescript-eslint/no-empty-function ` ] ( https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-empty-function.md ) | 🚨| 👻| 👻| 👻| 👻|
243
243
| [ ` @typescript-eslint/no-empty-interface ` ] ( https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-empty-interface.md ) 🛠| 🚨| 👻| 👻| 👻| 👻|
244
- | [ ` @typescript-eslint/no-explicit-any ` ] ( https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-explicit-any.md ) 🛠| ⚠️ | 👻| 👻| 👻| 👻|
244
+ | [ ` @typescript-eslint/no-explicit-any ` ] ( https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-explicit-any.md ) 🛠| 🚨 | 👻| 👻| 👻| 👻|
245
245
| [ ` @typescript-eslint/no-extra-non-null-assertion ` ] ( https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-extra-non-null-assertion.md ) 🛠| 🚨| 👻| 👻| 👻| 👻|
246
246
| [ ` @typescript-eslint/no-extra-parens ` ] ( https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-extra-parens.md ) 🛠| 🚨| 👻| 👻| 👻| 👻|
247
247
| [ ` @typescript-eslint/no-extra-semi ` ] ( https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-extra-semi.md ) 🛠| 🚨| 👻| 👻| 👻| 👻|
@@ -729,11 +729,11 @@ Configurations:
729
729
| [ ` lodash/prop-shorthand ` ] ( https://github.com/wix/eslint-plugin-lodash/blob/master/docs/rules/prop-shorthand.md ) | 🚨| 👻| 👻| 👻| 👻|
730
730
| [ ` lodash/unwrap ` ] ( https://github.com/wix/eslint-plugin-lodash/blob/master/docs/rules/unwrap.md ) | 🚨| 👻| 👻| 👻| 👻|
731
731
| [ ` max-classes-per-file ` ] ( https://eslint.org/docs/rules/max-classes-per-file ) | ❌| 🚨| 👻| 👻| 👻|
732
- | [ ` max-depth ` ] ( https://eslint.org/docs/rules/max-depth ) | ⚠️ | ❌| 👻| 👻| ⚠️|
733
- | [ ` max-len ` ] ( https://eslint.org/docs/rules/max-len ) | ⚠️ | 🚨| 🚨| 👻| 👻|
732
+ | [ ` max-depth ` ] ( https://eslint.org/docs/rules/max-depth ) | 🚨 | ❌| 👻| 👻| ⚠️|
733
+ | [ ` max-len ` ] ( https://eslint.org/docs/rules/max-len ) | 🚨 | 🚨| 🚨| 👻| 👻|
734
734
| [ ` max-lines ` ] ( https://eslint.org/docs/rules/max-lines ) | ❌| ❌| 👻| 👻| 👻|
735
735
| [ ` max-lines-per-function ` ] ( https://eslint.org/docs/rules/max-lines-per-function ) | ❌| ❌| 👻| 👻| 👻|
736
- | [ ` max-nested-callbacks ` ] ( https://eslint.org/docs/rules/max-nested-callbacks ) | ⚠️ | ❌| 👻| 👻| ⚠️|
736
+ | [ ` max-nested-callbacks ` ] ( https://eslint.org/docs/rules/max-nested-callbacks ) | 🚨 | ❌| 👻| 👻| ⚠️|
737
737
| [ ` max-params ` ] ( https://eslint.org/docs/rules/max-params ) | ❌| ❌| 👻| 👻| ⚠️|
738
738
| [ ` max-statements ` ] ( https://eslint.org/docs/rules/max-statements ) | ❌| ❌| 👻| 👻| 👻|
739
739
| [ ` max-statements-per-line ` ] ( https://eslint.org/docs/rules/max-statements-per-line ) | 🚨| ❌| 👻| 👻| 🚨|
@@ -744,7 +744,7 @@ Configurations:
744
744
| [ ` mocha/no-exports ` ] ( https://github.com/lo1tuma/eslint-plugin-mocha/blob/master/docs/rules/no-exports.md ) | 🚨| 👻| 👻| 👻| 👻|
745
745
| [ ` mocha/no-global-tests ` ] ( https://github.com/lo1tuma/eslint-plugin-mocha/blob/master/docs/rules/no-global-tests.md ) | 🚨| 👻| 👻| 👻| 👻|
746
746
| [ ` mocha/no-hooks ` ] ( https://github.com/lo1tuma/eslint-plugin-mocha/blob/master/docs/rules/no-hooks.md ) | ❌| 👻| 👻| 👻| 👻|
747
- | [ ` mocha/no-hooks-for-single-case ` ] ( https://github.com/lo1tuma/eslint-plugin-mocha/blob/master/docs/rules/no-hooks-for-single-case.md ) | ⚠️ | 👻| 👻| 👻| 👻|
747
+ | [ ` mocha/no-hooks-for-single-case ` ] ( https://github.com/lo1tuma/eslint-plugin-mocha/blob/master/docs/rules/no-hooks-for-single-case.md ) | 🚨 | 👻| 👻| 👻| 👻|
748
748
| [ ` mocha/no-identical-title ` ] ( https://github.com/lo1tuma/eslint-plugin-mocha/blob/master/docs/rules/no-identical-title.md ) | 🚨| 👻| 👻| 👻| 👻|
749
749
| [ ` mocha/no-mocha-arrows ` ] ( https://github.com/lo1tuma/eslint-plugin-mocha/blob/master/docs/rules/no-mocha-arrows.md ) 🛠| ❌| 👻| 👻| 👻| 👻|
750
750
| [ ` mocha/no-nested-tests ` ] ( https://github.com/lo1tuma/eslint-plugin-mocha/blob/master/docs/rules/no-nested-tests.md ) | 🚨| 👻| 👻| 👻| 👻|
0 commit comments