0.0.1 • Published 3 years ago

@samarmohan/eslint-config-react-typescript v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

eslint-config-react-typescript

Opinionated React/TypeScript configuration for ESLint.

yarn add --dev eslint-config-react-typescript or npm install --save-dev eslint-config-react-typescript.

In .eslintrc.js:

module.exports = {
  extends: "react-typescript",
};