A universal linter that runs multiple linters (checkstyle, ESLint, HTMLLint, stylelint) on a project with a single command. Version 0.9.5 is the latest stable release, with no recent updates. It wraps existing linters and provides unified configuration and output. Alternatives include running individual linters separately.
npm install linteverythingNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows installation, configuration file, and programmatic usage with CommonJS require.
Consider using individual linters directly (eslint, stylelint, etc.)
Install Java Runtime Environment (JRE) or disable checkstyle in options.
Set logLevel: 'all' or 'warning' in options.
Run npm install linteverything --save-dev
Use const linteverything = require('linteverything')