Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@cartbc/eslint-config-cartes

cartallumtech9MIT1.0.2

ESLint rules to be shared across all Cartes projects

eslint, eslintconfig, config, cartes, cartbc, javascript, styleguide

readme

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"]
    }