Skip to content

Commit

Permalink
Lint karma.conf.js
Browse files Browse the repository at this point in the history
  • Loading branch information
markandrus committed Feb 3, 2018
1 parent 06cd160 commit ceae54d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint no-process-env:0 */
'use strict';

var tapSpec = require('tap-spec');
Expand Down Expand Up @@ -53,6 +54,6 @@ function makeConf(config) {
singleRun: true,
tapReporter: { prettify: tapSpec }
});
};
}

module.exports = makeConf;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"scripts": {
"install": "node scripts/install.js",
"lint": "eslint lib/*.js lib/**/*.js test/*.js test/**/*.js examples/*.js examples/**/*.js",
"lint": "eslint lib/*.js lib/**/*.js test/*.js test/**/*.js examples/*.js examples/**/*.js karma.conf.js",
"test": "node test/all.js",
"test:bridge": "node scripts/karma.js"
}
Expand Down

0 comments on commit ceae54d

Please sign in to comment.