nodejs-docs-samples
nodejs-docs-samples copied to clipboard
eslintrc rules may be invalid
Discovered as part of unrelated changes: the rule to ignore missing imports is n/no-missing-imports, not node/no-missing-imports.
The .estlintrc.json inherits from gts, and uses module source, so the rule may never be used anyway, but it would be useful to confirm the configuration is correct and update it if required.