1.0.0 • Published 3 years ago
@vsconfig/eslint-config-react v1.0.0
@vsconfig/eslint-config-react
Installation
- Install the dependencies.
npm:
npm i -D eslint @vsconfig/eslint-config-reactyarn:
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"]
}1.0.0
3 years ago