1.2.0 • Published 4 months ago

@repath-solutions/eslint-config-react-typescript v1.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

@repath-solutions/eslint-config-react-typescript

ESlint and prettier rules for react with typescript projects that run on a browser

Usage

Add "@repath-solutions/eslint-config-react-typescript" to the extends part of your eslint configuration file

{
	"extends": ["@repath-solutions/eslint-config-react-typescript"]
}