0.1.0 • Published 3 years ago

@sotream/eslint-config-react-js v0.1.0

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

ESLint config file for React JavaScript projects

Installation

With yarn:

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

With npm:

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

Usage

Create .eslintrc.js file:

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