1.0.1 • Published 2 years ago

@zaengle/eslint-config-react-ts v1.0.1

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

React + TypeScript ESLint Config

This is our ESLint config for projects that use React and TypeScript.

Usage

Install Dependencies

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

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

Add ESLint Config

// In .eslintrc.js

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

2 years ago

1.0.0

2 years ago