@atomic-tools/eslint-config-atomic
v1.5.4
Published
[![NPM](https://img.shields.io/npm/v/@atomic-tools/eslint-config-atomic.svg)](https://www.npmjs.com/package/@atomic-tools/eslint-config-atomic)
Downloads
29,200
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-atomic
in your .eslintrc
file:
{
"extends": ["@atomic-tools/atomic"]
}
To update this config
- Install dependencies and update the shared config as needed
- Update the version appropriately in package.json
- Commit and push changes
Whenever the version in package.json is bumped, a new version is published automatically to npm. See .github/workflows/main.yml