Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/eslint-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ package.json에 스크립트를 추가하여 lint 검사를 할 수 있습니다
}
```

#### Typescript
#### Typescript Configuration (Recommended)

만약 typescript사용 중이라면 아래의 설정을 활성화해주세요.
`@naverpay/eslint-config/typescript` 사용 시, 아래의 설정을 활성화하여 `import type`을 자동화할 것을 권장합니다.

```json
{
Expand Down