Tern plugin adding validation for Node.js require() statements. Version 0.1.0 (probably outdated, last release unknown). Integrates with Tern code intelligence to lint require module paths. Depends on tern and node plugins. Minimal maintenance; no updates since early 2015. Alternative: use TypeScript or ESLint with import/no-unresolved for require validation.
npm install tern-node-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows minimal .tern-project config and npm install for Node.js require linting with Tern.
Switch to TypeScript or ESLint for require validation.
Add plugins in order: node, lint, node-lint.
Pin Tern to 0.11 or earlier.
Run 'npm install tern-node-lint' in the project root.
Use 'tern.registerPlugin('node-lint', require('tern-node-lint'))'Add 'node-lint' to plugins in .tern-project.