0.0.3 • Published 1 year ago

@seoltab/eslint-config-web v0.0.3

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 year ago

web-eslint

오누이 web frontend 공통 eslint 설정입니다.

Installation

아래 커맨드를 복사하여 설치를 진행합니다.

$ yarn add -D @seoltab/eslint-config-web prettier eslint

Usage

// .eslintrc.json
{
  "extends": ["@seoltab/eslint-config-web"]
}