Registry / testing / eslint-config-benoitz-prettier

eslint-config-benoitz-prettier

JSON →
library1.1.0jsnpmunverified

A personal ESLint configuration preset that integrates with Prettier for consistent code formatting. Version 1.1.0, no regular release cadence (maintained sporadically alongside author's projects). Differentiates by being a minimal, opinionated config tailored to the author's preferences, with no extra plugins beyond what's needed for Prettier compatibility. Suitable for small projects or as a starting point, but lacks community support and may become outdated.

npm install eslint-config-benoitz-prettier
INSTALL
IMPORT
SIG · ESLINT-CONFIG-BENO
E
eslint-config-benoitz-prettier
testingjavascriptv1.1.0
Install
Import
Disk
Pass rate
0/ 6
Env Coverage0 / 6
glibc
1822
musl
1822
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18226 runs
build_error
glibc
node 18226 runs
build_error
Code
Verified usage

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

config
module.exports = require('eslint-config-benoitz-prettier');
import config from 'eslint-config-benoitz-prettier'; // CommonJS only, no ESM
This package exports a single config object via module.exports; no named exports. Use require() in .eslintrc or eslint config file.

Shows how to extend the preset in an ESLint config file using CommonJS require style.

// .eslintrc.js module.exports = { extends: ['benoitz-prettier'], rules: { // your custom rules } };
Debug
Known issues
deprecatedThis package is a personal config and may not be maintained regularly.
fix
Consider using a community-maintained alternative like eslint-config-prettier.
affects: all
gotchaThe config uses 'benoitz-prettier' as the extends name, not the npm package name with 'eslint-config-' prefix.
fix
Use 'extends: ['benoitz-prettier']' in your ESLint config; do not include the 'eslint-config-' prefix.
affects: >=1.0.0
Errors
Common errors & fixes
Error: Cannot find module 'eslint-config-benoitz-prettier'
The module is not installed or the extends name is incorrect.
fix
Run 'npm install eslint-config-benoitz-prettier --save-dev' and ensure you use 'extends: ['benoitz-prettier']' without the 'eslint-config-' prefix.
Upgrade
Version history
1.1.0latest on npm
Audit
Dependencies
eslintrequiredpeer dependency required for ESLint configuration to work
prettierrequiredpeer dependency for Prettier integration
Agent activity
2 hits · last 30 days
node
2
Resources
eslint-config-benoitz-prettier — npm install eslint-config-benoitz-prettier · libregistry