Skip to content

chloeandisabel/eslint-config-chloeandisabel

Repository files navigation

eslint-config-chloeandisabel Build Status npm version

Shared eslint configuration for Chloe and Isabel projects.

Usage

Create an .eslintrc file in your project and include this package in the extends:

{
  "extends": "@chloeandisabel/eslint-config-chloeandisabel"
}

For project-specific configurations, use the following format:

{
  "extends": "@chloeandisabel/eslint-config-chloeandisabel/dist/react"
}

License

See LICENSE.