ESLint config for React.js+Typescript project. Extends
npm i -D @fbi-js/eslint-config-react-typescript./package.json (you can also use other configuration files)
{
"eslintConfig": {
"extends": [
"@fbi-js/react-typescript"
]
}
}Licensed under MIT.