Skip to content

Commit d0b930d

Browse files
committed
Scaffold: Inline with gulp updates
1 parent 1c8dcc2 commit d0b930d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"index.js"
1515
],
1616
"scripts": {
17-
"lint": "eslint . && jscs index.js test/",
17+
"lint": "eslint .",
1818
"pretest": "npm run lint",
1919
"test": "mocha --async-only",
2020
"cover": "istanbul cover _mocha --report lcovonly",
@@ -30,13 +30,11 @@
3030
},
3131
"devDependencies": {
3232
"coveralls": "^2.11.2",
33-
"eslint": "^1.10.3",
34-
"eslint-config-gulp": "^2.0.0",
33+
"eslint": "^2.13.1",
34+
"eslint-config-gulp": "^3.0.1",
3535
"expect": "^1.16.0",
3636
"istanbul": "^0.4.0",
3737
"istanbul-coveralls": "^1.0.1",
38-
"jscs": "^2.3.5",
39-
"jscs-preset-gulp": "^1.0.0",
4038
"mocha": "^2.0.0",
4139
"mocha-lcov-reporter": "^1.2.0",
4240
"normalize-path": "^2.1.1",

test/.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "gulp/test"
3+
}

0 commit comments

Comments
 (0)