Skip to content

Commit

Permalink
Fixed parsing error in eslint@5.
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Sep 17, 2019
1 parent d4b3c0c commit 19e7752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
command: |
# We need to execute this command twice because of npm's bug.
# See also: https://npm.community/t/error-node-modules-staging-eslint-e7cf6846-node-modules-eslint
npm install eslint@5.0.0 --no-save
npm install eslint@5.0.0 --no-save
npm install eslint@5.0.0 acorn@6.0.7 --no-save
npm install eslint@5.0.0 acorn@6.0.7 --no-save
- run:
name: Test
command: npm test
Expand Down

0 comments on commit 19e7752

Please sign in to comment.