Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

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 b15f054 commit 3988cfb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
16 changes: 6 additions & 10 deletions package.json
Expand Up @@ -10,11 +10,11 @@
"lint": "eslint .",
"precommit": "lint-staged"
},
"resolutions": {
"eslint-scope": "3.7.1"
},
"lint-staged": {
"*.js": [
"prettier --write",
"git add"
]
"*.js": ["prettier --write", "git add"]
},
"dependencies": {
"apollo-fetch": "^0.7.0",
Expand All @@ -39,17 +39,13 @@
"lint-staged": "^7.0.5",
"prettier": "^1.5.3"
},
"moduleRoots": [
"src/"
],
"moduleRoots": ["src/"],
"engines": {
"node": ">=7.10.0"
},
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true,
"collectCoverageFrom": [
"src/**/*.js"
]
"collectCoverageFrom": ["src/**/*.js"]
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -1296,7 +1296,7 @@ eslint-plugin-react@^7.0.1:
has "^1.0.1"
jsx-ast-utils "^2.0.0"

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 3988cfb

Please sign in to comment.