A webpack loader that lints JavaScript code using JavaScript Standard Style (standard). Version 7.0.0 is current, with maintenance as needed. It integrates with webpack 2+ (webpack 1 dropped in v6). Key differentiators: leverages the popular 'standard' style guide, supports custom parsers like babel-eslint, emits detailed warnings/errors with snazzy output, and follows the conventional module format for webpack loaders.
npm install standard-loaderVerified import paths — ran on the pinned version, not inferred.
Configure standard-loader as a webpack preloader to lint .js and .jsx files using Standard style with optional parser.
Upgrade to webpack 2+ or use standard-loader@5.x.
Replace 'emitErrors: true' with 'error: true'.
Use module.rules, not module.loaders.
Run 'npm install --save-dev standard-loader standard'.
npm install --save-dev standard
Add standard-loader to module.rules with enforce: 'pre'.
npm install --save-dev babel-eslint
No dependency data recorded yet.