@vsconfig/eslint-config-react

1.0.0 • Public • Published

@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"]
}

Package Sidebar

Install

npm i @vsconfig/eslint-config-react

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

2.49 kB

Total Files

3

Last publish

Collaborators

  • wesleybarbosa