0.1.6 • Published 3 years ago

@eunchurn/base-eslint-config v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Eunchurn Base ESLint configuration

Code lint with TypeScript and Prettier

Install

yarn add -D @eunchurn/base-eslint-config

Usage

add .eslintrc.json

{
  "extends": ["@danbi-fi/eslint-config-danbi-base"],
  "rules": {
    // rules 를 추가
  }
}