Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

Commit

Permalink
Simplify installation
Browse files Browse the repository at this point in the history
  • Loading branch information
preco21 committed Nov 6, 2016
1 parent 1acc0a9 commit 8e0791a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
12 changes: 1 addition & 11 deletions README-ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,8 @@
## 설치하기

### 1. 프리셋

```bash
$ npm install --save-dev eslint-config-prev
```

### 2. 종속성

`base` 프리셋을 사용하려면, 다음의 ESLint 플러그인 의존성을 설치해야 합니다:

```bash
$ npm install --save-dev babel-eslint eslint-plugin-import
$ npm install --save-dev eslint-config-prev babel-eslint eslint-plugin-import
```

`react` 프리셋을 사용하려면, `react` ESLint 플러그인도 **함께** 설치해야 합니다:
Expand Down
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,8 @@

## Install

### 1. Base

```bash
$ npm install --save-dev eslint-config-prev
```

### 2. Dependencies

To use the `base` config, you need to install ESLint dependencies:

```bash
$ npm install --save-dev babel-eslint eslint-plugin-import
$ npm install --save-dev eslint-config-prev babel-eslint eslint-plugin-import
```

For the `react` config, you **also** need to install `react` ESLint plugin:
Expand Down

0 comments on commit 8e0791a

Please sign in to comment.