eslint-config-atlas-chain
v3.0.0
Published
ESLint rules to be shared across all Atlas Chain Foundation projects
Downloads
12
Maintainers
Readme
Atlas 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 eslint-config-atlas-chain - Create an
.eslint.jsonfile in your target project that extends this module{ "extends": ["eslint-config-atlas-chain"] }
