diff --git a/dashed/assets/javascripts/featured.js b/dashed/assets/javascripts/featured.js index 07a4b920721..2b8617f3a80 100644 --- a/dashed/assets/javascripts/featured.js +++ b/dashed/assets/javascripts/featured.js @@ -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'); diff --git a/dashed/assets/package.json b/dashed/assets/package.json index cb461778a87..49b36113634 100644 --- a/dashed/assets/package.json +++ b/dashed/assets/package.json @@ -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",