Skip to content

Commit 4394f7d

Browse files
committed
Change the supported version of ESLint from 6.0.0 to 6.2.0.
1 parent de83786 commit 4394f7d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- run:
4444
name: Install eslint@6
4545
command: |
46-
npm install -D eslint@6.0.0
46+
npm install -D eslint@6.2.0
4747
- run:
4848
name: Install dependencies
4949
command: npm install

docs/user-guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ yarn add -D eslint eslint-plugin-vue@next
1818
```
1919

2020
::: tip Requirements
21-
- ESLint v6.0.0 and above
21+
- ESLint v6.2.0 and above
2222
- Node.js v8.10.0 and above
2323
:::
2424

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"node": ">=8.10"
5151
},
5252
"peerDependencies": {
53-
"eslint": "^6.0.0 || ^7.0.0"
53+
"eslint": "^6.2.0 || ^7.0.0"
5454
},
5555
"dependencies": {
5656
"eslint-utils": "^2.1.0",

0 commit comments

Comments
 (0)