Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xcatliu committed May 23, 2019
1 parent 7a80bf8 commit b34387a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -50,7 +50,7 @@ ESLint 的配置多达几百条,逐个查阅是一项非常繁重的工作,
安装:

```bash
npm install --save-dev eslint babel-eslint eslint-config-alloy@2.0.0-alpha.2
npm install --save-dev eslint babel-eslint eslint-config-alloy@2.0.0-alpha.3
```

在你的项目根目录下创建 `.eslintrc.js`,并将以下内容复制到文件中:
Expand Down Expand Up @@ -88,7 +88,7 @@ module.exports = {
安装:

```bash
npm install --save-dev eslint babel-eslint eslint-plugin-react eslint-config-alloy@2.0.0-alpha.2
npm install --save-dev eslint babel-eslint eslint-plugin-react eslint-config-alloy@2.0.0-alpha.3
```

在你的项目根目录下创建 `.eslintrc.js`,并将以下内容复制到文件中:
Expand Down Expand Up @@ -136,7 +136,7 @@ module.exports = {
安装:

```bash
npm install --save-dev eslint babel-eslint vue-eslint-parser eslint-plugin-vue eslint-config-alloy@2.0.0-alpha.2
npm install --save-dev eslint babel-eslint vue-eslint-parser eslint-plugin-vue eslint-config-alloy@2.0.0-alpha.3
```

在你的项目根目录下创建 `.eslintrc.js`,并将以下内容复制到文件中:
Expand Down Expand Up @@ -173,7 +173,7 @@ module.exports = {
安装:

```bash
npm install --save-dev eslint typescript @typescript-eslint/eslint-plugin eslint-config-alloy@2.0.0-alpha.2
npm install --save-dev eslint typescript @typescript-eslint/eslint-plugin eslint-config-alloy@2.0.0-alpha.3
```

在你的项目根目录下创建 `.eslintrc.js`,并将以下内容复制到文件中:
Expand Down Expand Up @@ -220,7 +220,7 @@ module.exports = {
安装:

```bash
npm install --save-dev eslint typescript @typescript-eslint/eslint-plugin eslint-plugin-react eslint-config-alloy@2.0.0-alpha.2 babel-eslint
npm install --save-dev eslint typescript @typescript-eslint/eslint-plugin eslint-plugin-react eslint-config-alloy@2.0.0-alpha.3 babel-eslint
```

在你的项目根目录下创建 `.eslintrc.js`,并将以下内容复制到文件中:
Expand Down

0 comments on commit b34387a

Please sign in to comment.