Skip to content

Commit

Permalink
chore(plugin-eslint): update indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcaufy committed Nov 19, 2018
1 parent 15a0da8 commit d7d95c1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/plugin-eslint/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# wepy eslint 编译器
# wepy eslint 插件

## 安装

Expand All @@ -12,14 +12,14 @@ npm install @wepy/plugin-eslint --save-dev
const eslint = require('@wepy/plugin-eslint');
module.exports = {
plugins: [
eslint({
// options
})
]
plugins: [
eslint({
// options
})
]
};
```

## 参数说明

[Eslint](https://eslint.org/docs/developer-guide/nodejs-api#cliengine)
[Eslint](https://eslint.org/docs/developer-guide/nodejs-api#cliengine)

0 comments on commit d7d95c1

Please sign in to comment.