{"library":"standard-loader","type":"library","category":null,"description":"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.","language":"javascript","status":"active","version":"7.0.0","tags":["javascript","webpack","eslint","lint","eshint"],"install":[{"cmd":"npm install standard-loader","imports":["import 'standard-loader'","module.exports = { module: { rules: [ { enforce: 'pre', test: /\\.jsx?$/, loader: 'standard-loader', options: {} } ] } }","options: { parser: 'babel-eslint', error: false, snazzy: true, standard: 'standard' }"]},{"cmd":"yarn add standard-loader","imports":[]},{"cmd":"pnpm add standard-loader","imports":[]}],"homepage":null,"github":"https://github.com/standard/standard-loader","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/standard-loader","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/standard-loader/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Fri Jul 24","install_tag":null}}