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-prettierVerified import paths — ran on the pinned version, not inferred.
Shows how to extend the preset in an ESLint config file using CommonJS require style.
Consider using a community-maintained alternative like eslint-config-prettier.
Use 'extends: ['benoitz-prettier']' in your ESLint config; do not include the 'eslint-config-' prefix.
Run 'npm install eslint-config-benoitz-prettier --save-dev' and ensure you use 'extends: ['benoitz-prettier']' without the 'eslint-config-' prefix.