1.0.3 • Published 2 years ago

@atomixdesign/eslint-config v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Installation

yarn add --dev eslint @atomixdesign/eslint-config

Add the following into your .eslintrc file:

{
  "extends": "@atomixdesign/eslint-config/recommended"
}

Usage with React

Also include the following npm dependencies:

yarn add --dev eslint-plugin-jsx-a11y eslint-plugin-react eslint-plugin-react-hooks

And use the React config instead in your .eslintrc:

{
  "extends": "@atomixdesign/eslint-config/react"
}