@cartbc/eslint-config-cartes
v1.0.2
Published
ESLint rules to be shared across all Cartes projects
Maintainers
Readme
Cartes ESLint config
Let's share this ESLint config across all of our projects, to keep things consistent.
Installation
- Install this package in the target project, along with the required peer dependencies
pnpx install-peerdeps@2 --pnpm --dev @cartbc/eslint-config-cartes - Create an
.eslint.jsonfile in your target project that extends this module{ "extends": ["@cartbc/eslint-config-cartes"] }
