@carloscasalar/eslint-config-react-ts 
Eslint configuration for React Typescript projects.
Install
To Install this configuration add it with your preferred package manager:
yarn add -D @carloscasalar/eslint-config-react-tsThen you can extend your .eslintrc from this:
{
"extends": ["@carloscasalar/eslint-config-react-ts"],
}You also need to install eslint, prettier, eslint-import-resolver-jest and
eslint-import-resolver-typescript.