# Cartes ESLint config

Let's share this ESLint config across all of our projects, to keep things consistent.

## Installation

1. Install this package in the target project, along with the required peer dependencies
   ```bash
   pnpx install-peerdeps@2 --pnpm --dev @cartbc/eslint-config-cartes
   ```
2. Create an `.eslint.json` file in your target project that extends this module
   ```json
   {
     "extends": ["@cartbc/eslint-config-cartes"]
   }
   ```
