Skip to content

Commit

Permalink
Scaffold: Inline with gulp updates
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Nov 15, 2018
1 parent 1c8dcc2 commit d0b930d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"index.js"
],
"scripts": {
"lint": "eslint . && jscs index.js test/",
"lint": "eslint .",
"pretest": "npm run lint",
"test": "mocha --async-only",
"cover": "istanbul cover _mocha --report lcovonly",
Expand All @@ -30,13 +30,11 @@
},
"devDependencies": {
"coveralls": "^2.11.2",
"eslint": "^1.10.3",
"eslint-config-gulp": "^2.0.0",
"eslint": "^2.13.1",
"eslint-config-gulp": "^3.0.1",
"expect": "^1.16.0",
"istanbul": "^0.4.0",
"istanbul-coveralls": "^1.0.1",
"jscs": "^2.3.5",
"jscs-preset-gulp": "^1.0.0",
"mocha": "^2.0.0",
"mocha-lcov-reporter": "^1.2.0",
"normalize-path": "^2.1.1",
Expand Down
3 changes: 3 additions & 0 deletions test/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "gulp/test"
}

0 comments on commit d0b930d

Please sign in to comment.