Skip to content

tools: add `root: true` in main .eslintrc.yaml

Checklist
Affected core subsystem(s)

tools

This option prevents ESlint from unnecessary searching in parent folders. It also protects ESlint rules from accidental rewriting by a config in a parent folder.

Fixes: https://github.com/nodejs/node/issues/12566

Merge request reports

Loading