@choseohwan/eslint-config-react
v2.0.1
Published
eslint config for react
Downloads
13
Readme
@choseohwan/eslint-config-react
eslint react config for SeoHwan Cho's project
Install
npm
npm install @choseohwan/eslint-config-react eslint prettier typescript react --save-dev
yarn
yarn add @choseohwan/eslint-config-react eslint prettier typescript react -D
Usage
Make .eslintrc
file in the root directory of packages.
.eslintrc
{
"extends": [
"@choseohwan/eslint-config-react"
]
}