yarn add @yrlish/eslint-config
yarn add eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin
In addition to above
yarn add eslint-plugin-react
{
"extends": "@yrlish/eslint-config/typescript",
"parser": "@typescript-eslint/parser"
}
{
"extends": "@yrlish/eslint-config/react",
"parser": "@typescript-eslint/parser"
}