@eunchurn/base-eslint-config
v0.1.6
Published
Code lint with TypeScript and Prettier
Maintainers
Readme
Eunchurn Base ESLint configuration
Code lint with TypeScript and Prettier
Install
yarn add -D @eunchurn/base-eslint-configUsage
add .eslintrc.json
{
"extends": ["@danbi-fi/eslint-config-danbi-base"],
"rules": {
// rules 를 추가
}
}