@sotream/eslint-config-react-ts

0.1.2 • Public • Published

ESLint config file for React TypeScript projects

Installation

With yarn:

yarn add -D @sotream/eslint-config-react-ts

With npm:

npm i -D @sotream/eslint-config-react-ts

Usage

Create .eslintrc.js file:

module.exports = {
  "extends": [
    "@sotream/eslint-config-react-ts"
  ],
  "rules": {
    // overrides ...
  }
}

Package Sidebar

Install

npm i @sotream/eslint-config-react-ts

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

17.8 kB

Total Files

4

Last publish

Collaborators

  • sotream