1.0.1 • Published 7 months ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months 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

7 months ago

1.0.0

7 months ago