This project has reached the end of its development in favour or a big and more customizable eslint config library which called eslint-config-ricveal
. Please, use it instead this option because all my maintenance efforts will be redirected to the new one.
My ESLint config with TypeScript and Prettier support for react projects
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"
};
Open source licensed as MIT.