Shared eslint
configuration for Chloe and Isabel projects.
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"
}
See LICENSE
.