A Flamingo Carotene module that integrates ESLint into the build pipeline, either as a webpack preloader or as a standalone child process. Version 9.0.0-alpha.13 is in alpha, released as part of the Flamingo Carotene monorepo. Key features: automatic detection of project ESLint configs, support for fixing errors, and configurable break-on-error behavior. Differentiators: tight integration with Flamingo Carotene ecosystem, dual mode (webpack + standalone).
npm install flamingo-carotene-es-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installation and basic configuration of the ESLint module in a Flamingo Carotene project.
Pin to a stable version like 8.x until this module reaches stable.
Switch to eslint-webpack-plugin or set useWebpackLoader to false and run standalone.
Use 'extensions' in your config object, though the module reads 'extentions' (typo).
npm install eslint-loader --save-dev
Make sure config.eslint exists: config.eslint = config.eslint || {};