Skip to content

Commit d027fbf

Browse files
committed
update eslint's disabled rules list
1 parent 7b2fb1a commit d027fbf

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: docs/tools/eslint.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,11 @@ ESLint will run on files with the following extensions:
3030
- Yarn and PNPM workspaces are supported.
3131
- 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.
3232
- 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:
39+
- `node/no-missing-import`
40+
- `node/no-missing-require`

0 commit comments

Comments
 (0)