- Install the correct versions of each package, which are listed by the command:
npm info "@atomix/eslint-config" peerDependencies- Install all dependecies:
npx install-peerdeps --dev @atomix/eslint-config- Add next line to your
.eslintrc:
{
"extends": "@atomix/eslint-config"
}- Install the correct versions of each package, which are listed by the command:
npm info "@atomix/eslint-config-react" peerDependencies- Install all dependecies:
npx install-peerdeps --dev @atomix/eslint-config-react- Add next line to your
.eslintrc:
{
"extends": "@atomix/eslint-config-react"
}