2.0.1 • Published 4 years ago

@zegal/eslint-config v2.0.1

Weekly downloads
225
License
MIT
Repository
github
Last release
4 years ago

Create React App ESLint TypeScript config

Setup

$ yarn add eslint-config-zegal-ts

Usage

Add into package.json:

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

Changelog

2.0.0 - Simplify the way this config is used

1.0.2 - Removed rule for import/no-extraneous-dependencies

1.0.1 - Fixing hooks usage and rule reordering

1.0.0 - Init