Shared ESLint configuration for Axeptio projects, version 1.0.0. Provides a consistent set of linting rules tailored for Axeptio's codebase. No release cadence specified; likely updated on demand. Differentiators: opinionated rules specific to Axeptio, not generic like eslint-config-airbnb. Only peer dependency is eslint ^8.13.0.
npm install eslint-config-axeptioNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Example .eslintrc.js showing how to extend the shared Axeptio config.
Add 'extends: ["eslint-config-axeptio"]' to your ESLint config.
Use .eslintrc.js or .eslintrc.json with peer eslint ^8.13.0.
Always use full package name 'eslint-config-axeptio' when extending.
Ensure eslint-config-axeptio is installed: npm install --save-dev eslint-config-axeptio.
Run npm install in your project root.
Ensure all plugin dependencies are installed if the config uses them.