2.0.1 • Published 3 years ago
@choseohwan/eslint-config-react v2.0.1
@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-devyarn
yarn add @choseohwan/eslint-config-react eslint prettier typescript react -DUsage
Make .eslintrc file in the root directory of packages.
.eslintrc
{
"extends": [
"@choseohwan/eslint-config-react"
]
}