@vsconfig/eslint-config-react
v1.0.0
Published
[![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![ts-vsconfig][ts-vsconfig-image]][ts-vsconfig-url]
Downloads
3
Maintainers
Readme
@vsconfig/eslint-config-react
Installation
- Install the dependencies.
npm:
npm i -D eslint @vsconfig/eslint-config-react
yarn:
yarn add -D eslint @vsconfig/eslint-config-react
- Create a
.eslintrc.*
file.
JSON:
{
"extends": ["@vsconfig/eslint-config-react"]
}
JS:
module.exports = {
extends: ["@vsconfig/eslint-config-react"]
}