@repath-solutions/eslint-config-react-typescript
v1.2.0
Published
ESlint and prettier rules for react with typescript projects that run on a browser
Downloads
6
Keywords
Readme
@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"]
}