An ESLint shareable config that integrates with Prettier for consistent code formatting. Version 6.1.1 is the latest stable release. This package provides a single preset that combines ESLint rules with Prettier's formatting, avoiding conflicts. It is suitable for both JavaScript and TypeScript projects (via additional plugins). Release cadence is irregular, typically updated when ESLint or Prettier major versions change. Key differentiator: opinionated but minimal configuration, automatically disables ESLint rules that would conflict with Prettier.
npm install eslint-config-ganintegrityVerified import paths — ran on the pinned version, not inferred.
Install peer dependencies and extend the config in .eslintrc.json.
Update ESLint to 8.x and Prettier to 2.x.
Add a .prettierrc file with your formatting preferences.
Install the package: npm install --save-dev eslint-config-ganintegrity. Ensure extends is 'ganintegrity' (not the scoped name).
Run npm install again.