Registry / devops / flamingo-carotene-es-lint

flamingo-carotene-es-lint

JSON →
library9.0.0-alpha.13jsnpmunverified

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).

devops
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ESM-only package; CommonJS require may fail. This package is intended to be used as a Flamingo Carotene module, not directly imported in most cases.

import flamingoCaroteneEsLint from 'flamingo-carotene-es-lint'

Named export for accessing the default configuration object.

import { config } from 'flamingo-carotene-es-lint'

Named export for the module name string.

import { name } from 'flamingo-carotene-es-lint'

Installation and basic configuration of the ESLint module in a Flamingo Carotene project.

// Install the module npm i -D flamingo-carotene-es-lint // In your Flamingo Carotene setup, the module auto-registers. // To use with webpack preloader (default): // config.eslint.useWebpackLoader = true; // To customize: // config.eslint = { // useWebpackLoader: false, // breakOnError: true, // configFilePath: './.eslintrc.js', // ignoreFilePath: './.eslintignore', // fixErrors: true, // extensions: ['.js', '.jsx'] // };
Debug
Known footguns
breakingVersion 9.0.0-alpha.13 is in alpha and may have breaking changes from stable versions. Do not use in production.
deprecatedeslint-loader is deprecated; webpack 5 uses eslint-webpack-plugin instead.
gotchaThe 'extentions' config key is misspelled (should be 'extensions').
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
8 hits · last 30 days
gptbot
3
ahrefsbot
2
Resources