Skip to content

Commit

Permalink
js lint breaks the build
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 22, 2016
1 parent 0890d22 commit 2d3edf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dashed/assets/javascripts/featured.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var $ = window.$ = require('jquery');
var jQuery = window.jQuery = $;
var px = require('./modules/dashed.js');
require('./modules/dashed.js');

require('bootstrap');
require('datatables');
Expand Down
2 changes: 1 addition & 1 deletion dashed/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dev": "webpack -d --watch --colors",
"prod": "webpack -p --colors",
"lint": "npm run --silent lint:js",
"lint:js": "eslint --ignore-path=.eslintignore --ext .js .; exit 0;"
"lint:js": "eslint --ignore-path=.eslintignore --ext .js ."
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2d3edf3

Please sign in to comment.