@atomic-tools/eslint-config-atomic
v2.0.5
Published
[](https://www.npmjs.com/package/@atomic-tools/eslint-config-atomic)
Keywords
Readme
eslint-config-atomic
Shared linting and prettier config used by the Atomic.io engineering team.
Installation
yarn add -ED @atomic-tools/eslint-config-atomicin your .eslintrc file:
{
"extends": ["@atomic-tools/atomic"]
}To update this config
- Install dependencies and update the shared config as needed
- Commit and push changes
A new version is published automatically to npm. See .github/workflows/main.yml
