@sotream/eslint-config-react-js

0.1.0 • Public • Published

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

Package Sidebar

Install

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

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

15.9 kB

Total Files

4

Last publish

Collaborators

  • sotream