eslint-config-typescript-react

0.1.2 • Public • Published

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.

Package Sidebar

Install

npm i eslint-config-typescript-react

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

8.56 kB

Total Files

10

Last publish

Collaborators

  • ricveal