From 2d3edf3a2ed35664d3c461e909a92dbf120d7540 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Tue, 22 Mar 2016 08:16:03 -0700 Subject: [PATCH] js lint breaks the build --- dashed/assets/javascripts/featured.js | 2 +- dashed/assets/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",