cooking-lint is a lint plugin for the cooking build system, currently at version 0.1.4. It provides an opinionated linting setup for JavaScript projects, bundling ESLint 2.x, eslint-loader, eslint-friendly-formatter, and multiple ESLint configurations and plugins (eslint-config-defaults, eslint-config-elemefe, eslint-plugin-vue, eslint-plugin-html, eslint-plugin-react). It is intended for use with cooking and is not actively maintained.
npm install cooking-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Register cooking-lint plugin with cooking, configure ESLint rules and formatter, then build.
Install cooking first and use cooking as the build runner.
Do not upgrade ESLint beyond 2.x in project's package.json; cooking-lint may break.
Check package.json and remove duplicate entries if conflicts arise.
Use cooking.set with key 'lint' to pass options.
Run 'npm install cooking-lint --save-dev'.
Ensure 'cooking' package is installed and required: 'const cooking = require('cooking');'Run 'npm install eslint-config-defaults@* --save-dev' and ensure it's resolvable.