Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Oct 13, 2021
1 parent f0b1de4 commit 0521188
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -79,9 +79,9 @@ jobs:
command: npm version
- checkout
- run:
name: Install @typescript-eslint/parser@4
name: Install @typescript-eslint/parser@4 eslint@7
command: |
npm install @typescript-eslint/parser@^4
npm install @typescript-eslint/parser@^4 eslint@7
- run:
name: Install dependencies
command: npm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -74,7 +74,7 @@
"eslint-plugin-eslint-plugin": "^3.5.3",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsonc": "^1.4.0",
"eslint-plugin-node-dependencies": ">=0.4.0 <1.0.0",
"eslint-plugin-node-dependencies": ">=0.5.0 <1.0.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "file:.",
"espree": "^9.0.0",
Expand Down

0 comments on commit 0521188

Please sign in to comment.