1.0.1 • Published 2 years ago

@zaengle/eslint-config-react v1.0.1

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

React ESLint Config

This is our ESLint config for projects that use React.

Usage

Install Dependencies

$ yarn add -D @zaengle/eslint-config-react

# If not already installed
$ yarn add -D eslint eslint-plugin-react eslint-plugin-jsx-a11y eslint-plugin-react-hooks

Add ESLint Config

// In .eslintrc.js

{
  extends: '@zaengle/eslint-config-react'
}
1.0.1

2 years ago

1.0.0

2 years ago