Skip to content

Commit

Permalink
Updated eslint rules for webpack.config.js #49
Browse files Browse the repository at this point in the history
  • Loading branch information
sthzg committed Aug 19, 2016
1 parent 727d72c commit 3840353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
@@ -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';

Expand Down

0 comments on commit 3840353

Please sign in to comment.