8.0.0 • Published 4 years ago

@atomix/eslint-config v8.0.0

Weekly downloads
117
License
-
Repository
github
Last release
4 years ago

Atomix ESLint Config

JavaScript

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