0.1.2 • Published 5 years ago

eslint-config-typescript-react v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

eslint-config-typescript-react

npm version License

My ESLint config with TypeScript and Prettier support for react projects

How to use

Install eslint and prettier, eslint-config-typescript-react and put it into your .eslintrc.js.

$ npm install eslint@^6.8.0 prettier@^1.19.1 eslint-config-typescript-react --save-dev

.eslintrc.js

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

License

Open source licensed as MIT.