@jdp-dev/eslint-config-typescript-react
v1.4.0
Published
My shareable ESLint config for TypeScript React projects.
Downloads
171
Readme
@jdp-dev/eslint-config-typescript-react

My shareable ESLint config for TypeScript React projects.
Installation
npm install --save-dev @jdp-dev/eslint-config-typescript-reactor
yarn add --dev @jdp-dev/eslint-config-typescript-reactUsage
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"
]
}