You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [`@eslint-community/eslint-comments/no-unused-disable`](./rules/no-unused-disable.html) rule has the same effect as [--report-unused-disable-directives](https://eslint.org/docs/user-guide/command-line-interface#--report-unused-disable-directives) option.
70
+
However, the `@eslint-community/eslint-comments/no-unused-disable` rule is relatively useful since it can be configured in shareable configs.
71
+
:::
72
+
73
+
### 📜 Legacy ESLint Configs
74
+
75
+
Configure your [`.eslintrc.*` file](https://eslint.org/docs/latest/use/configure/configuration-files).
36
76
37
77
For example:
38
78
@@ -48,8 +88,3 @@ For example:
48
88
}
49
89
}
50
90
```
51
-
52
-
::: tip
53
-
The [`@eslint-community/eslint-comments/no-unused-disable`](./rules/no-unused-disable.html) rule has the same effect as [--report-unused-disable-directives](https://eslint.org/docs/user-guide/command-line-interface#--report-unused-disable-directives) option.
54
-
However, the `@eslint-community/eslint-comments/no-unused-disable` rule is relatively useful since it can be configured in shareable configs.
0 commit comments