@cartbc/eslint-config-cartes
v1.0.2
Published
ESLint rules to be shared across all Cartes projects
Downloads
3
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.json
file in your target project that extends this module{ "extends": ["@cartbc/eslint-config-cartes"] }