1.0.2 • Published 5 years ago

eslint-config-zegal-ts v1.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

Create React App ESLint TypeScript config

Setup

$ yarn add eslint-config-zegal-ts @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-plugin-react-hooks eslint-config-react-app

Usage

Add into package.json:

	"eslintConfig": {
		"extends": "eslint-config-zegal-ts"
	}

Changelog

1.0.2 - Removed rule for import/no-extraneous-dependencies 1.0.1 - Fixing hooks usage and rule reordering 1.0.0 - Init