1.0.2 • Published 6 months ago

@cartbc/eslint-config-cartes v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

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
    pnpx install-peerdeps@2 --pnpm --dev @cartbc/eslint-config-cartes
  2. Create an .eslint.json file in your target project that extends this module
    {
      "extends": ["@cartbc/eslint-config-cartes"]
    }