From 3840353e0c0dce93e2774cdf076bb731f030acbb Mon Sep 17 00:00:00 2001 From: sthzg Date: Fri, 19 Aug 2016 11:59:52 +0200 Subject: [PATCH] Updated eslint rules for webpack.config.js #49 --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index ec995fd..6531f13 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,6 +1,6 @@ +/* eslint no-console: "off", strict: "off", import/newline-after-import: "off" */ 'use strict'; -/* eslint no-console: "off" */ const webpackConfigs = require('./conf/webpack'); const defaultConfig = 'dev';