Skip to content

Commit

Permalink
pinned due to eslint/eslint-scope#39
Browse files Browse the repository at this point in the history
  • Loading branch information
SamGodwin2 committed Jul 12, 2018
1 parent 278a6dd commit 2b70b4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -22,6 +22,9 @@
"coverage": "yarn test -- --coverage",
"cypress:open": "CYPRESS_baseUrl=${CYPRESS_baseUrl:=http://localhost:3000/} cypress open"
},
"resolutions": {
"eslint-scope": "3.7.1"
},
"lint-staged": {
"*.js": [
"prettier --write",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -3689,7 +3689,7 @@ eslint-plugin-react@^7.0.1:
jsx-ast-utils "^2.0.0"
prop-types "^15.5.10"

eslint-scope@^3.7.1:
eslint-scope@3.7.1, eslint-scope@^3.7.1:
version "3.7.1"
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
dependencies:
Expand Down

0 comments on commit 2b70b4b

Please sign in to comment.