1.0.0 • Published 1 year ago

@vsconfig/eslint-config-react v1.0.0

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

@vsconfig/eslint-config-react

npm downloads ts-vsconfig

Installation

  1. Install the dependencies.

npm:

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

yarn:

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

JSON:

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

JS:

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