My shareable ESLint config for TypeScript React projects.
npm install --save-dev @jdp-dev/eslint-config-typescript-react
or
yarn add --dev @jdp-dev/eslint-config-typescript-react
Add @jdp-dev/eslint-config-typescript-react
to the "extends"
array in your
.eslintrc.*
file.
{
"extends": [
"some-other-config-you-use",
"@jdp-dev/eslint-config-typescript-react"
]
}