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: docs/tools/eslint.md
+8-1
Original file line number
Diff line number
Diff line change
@@ -30,4 +30,11 @@ ESLint will run on files with the following extensions:
30
30
- Yarn and PNPM workspaces are supported.
31
31
- Private ESLint plugins or configurations are not supported at the moment. Please reach out to us on Discord if you would like us to add support for this.
32
32
- For `@typescript-eslint`, linting with type information at the moment. The [type checking rules](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/src/configs/disable-type-checked.ts) are disabled.
33
-
- For `eslint-plugin-import`, the `import/no-unresolved` rule is disabled.
33
+
- For `eslint-plugin-import`, the following rules are disabled:
34
+
-`import/no-unresolved`
35
+
- For the `eslint-plugin-n`, the following rules are disabled:
36
+
-`n/no-missing-import`
37
+
-`n/no-missing-require`
38
+
- For the `eslint-plugin-node`, the following rules are disabled:
0 commit comments