Skip to content

Commit

Permalink
Change the supported version of ESLint from 6.0.0 to 6.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jul 19, 2020
1 parent de83786 commit 4394f7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
- run:
name: Install eslint@6
command: |
npm install -D eslint@6.0.0
npm install -D eslint@6.2.0
- run:
name: Install dependencies
command: npm install
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/README.md
Expand Up @@ -18,7 +18,7 @@ yarn add -D eslint eslint-plugin-vue@next
```

::: tip Requirements
- ESLint v6.0.0 and above
- ESLint v6.2.0 and above
- Node.js v8.10.0 and above
:::

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -50,7 +50,7 @@
"node": ">=8.10"
},
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0"
"eslint": "^6.2.0 || ^7.0.0"
},
"dependencies": {
"eslint-utils": "^2.1.0",
Expand Down

0 comments on commit 4394f7d

Please sign in to comment.