Skip to content

Commit

Permalink
Fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
yuya-oc committed Apr 10, 2018
1 parent 9480ac5 commit 9024f01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.base.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable import/no-commonjs */
'use strict';

const isProduction = process.env.NODE_ENV === 'production';
Expand Down
1 change: 1 addition & 0 deletions webpack.config.main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable import/no-commonjs */
'use strict';

const merge = require('webpack-merge');
Expand Down
1 change: 1 addition & 0 deletions webpack.config.renderer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable import/no-commonjs */
'use strict';

const path = require('path');
Expand Down

0 comments on commit 9024f01

Please sign in to comment.