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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,9 @@ module.exports = {
44
44
### Linting with type information
45
45
46
46
> [!NOTE]\
47
-
> Rules that require type information are not enabled by default. To enable them, you need to set the `project` option in `parserOptions` to the path of your `tsconfig.json` file.
47
+
> Rules that require type information are not enabled by default.
48
+
>
49
+
> To enable them, you need to set the `project` option in `parserOptions` to the path of your `tsconfig.json` file.
48
50
>
49
51
> Then replace `plugin:@eslint-react/recommended-legacy` with `plugin:@eslint-react/recommended-type-checked-legacy`.
0 commit comments