Skip to content

Commit 9dd6208

Browse files
author
Tom Kirkpatrick
committed
use known working versions of eslint
1 parent de0d49b commit 9dd6208

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@
4141
"compression": "^1.0.3",
4242
"cors": "^2.5.2",
4343
"coveralls": "^2.11.9",
44-
"eslint": "^3.0.1",
45-
"eslint-config-fullcube": "git+https://github.com/fullcube/eslint-config-fullcube.git",
46-
"eslint-plugin-filenames": "^1.0.0",
44+
"eslint": "2.0.0-rc.0",
45+
"eslint-config-fullcube": "https://github.com/fullcube/eslint-config-fullcube/tarball/master",
46+
"eslint-config-strict": "https://github.com/fullcube/eslint-config-strict/tarball/f235fa38289b17e305a65be38ff9cfdf4c1eb31c",
47+
"eslint-plugin-filenames": "https://github.com/fullcube/eslint-plugin-filenames/tarball/0123c4bb0034d71cc7a04c25fd63b3ac798052a1",
4748
"helmet": "^1.3.0",
4849
"loglevel": "^1.4.1",
4950
"loopback": "^2.22.0",

0 commit comments

Comments
 (0)