Commit 3575c15
committed
fix: ignore node/ directory in ESLint config
The `node/` directory contains a checkout of the Node.js source tree
whose own `eslint.config.mjs` references files that don't exist in
this repo (e.g. `benchmark/eslint.config_partial.mjs`). Add it to the
`ignores` list so `node --run lint` doesn't fail.1 parent f46a0bd commit 3575c15
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments