nodejs-docs-samples icon indicating copy to clipboard operation
nodejs-docs-samples copied to clipboard

eslintrc rules may be invalid

Open glasnt opened this issue 3 months ago • 2 comments

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.

glasnt avatar Aug 26 '25 22:08 glasnt