@trezoa/eslint-config-trezoa
v5.0.0
Published
ESLint rules to be shared across all Trezoa-team projects
Maintainers
Readme
Trezoa 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 @trezoa/eslint-config-trezoa - Create an
.eslint.jsonfile in your target project that extends this module{ "extends": ["@trezoa/eslint-config-trezoa"] }
