0.1.2 • Published 2 years ago

@sotream/eslint-config-react-ts v0.1.2

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

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 ...
  }
}