1.0.1 • Published 1 year ago

@stackz/eslint-config-react v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@stackz/eslint-config-react

license npm latest package

Installation

  1. Install the dependencies.

npm:

npm i -D eslint @stackz/eslint-config-react

yarn:

yarn add -D eslint @stackz/eslint-config-react
  1. Create a .eslintrc.* file.

JSON:

{
  "extends": ["@stackz/eslint-config-react"]
}

JS:

module.exports = {
  extends: ["@stackz/eslint-config-react"]
}