An ESLint formatter that presents lint results in a simple, human-readable format. v0.0.13 is the latest release, targeting Node >=8.14.0. It groups warnings before errors, highlights fixable issues in green, and provides a final file tree summary. Verbose output can be disabled via ESLINT_CFS_VERBOSE=false. Compared to built-in ESLint formatters, it prioritizes readability and clarity.
npm install eslint-formatter-simpleNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to use the formatter programmatically with ESLint for linting files.
Migrate to eslint-webpack-plugin or @eslint/eslintrc.
Use ESLINT_CFS_VERBOSE=false exactly.
Ensure results come directly from ESLint.lintFiles or lintText.
Use ESM imports or downgrade to earlier version.
Add ; exit 0 at the end of the script in package.json.
Install as devDependency: npm install eslint-formatter-simple --save-dev
Use default import: import formatter from 'eslint-formatter-simple'
No dependency data recorded yet.