Skip to content

Commit

Permalink
fix eslint global-require error
Browse files Browse the repository at this point in the history
  • Loading branch information
xwartz committed Jul 27, 2016
1 parent a27d2af commit c401dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.development.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let template;
let mainWindow = null;

if (process.env.NODE_ENV === 'production') {
const sourceMapSupport = require('source-map-support');
const sourceMapSupport = require('source-map-support'); // eslint-disable-line global-require
sourceMapSupport.install();
}

Expand Down

0 comments on commit c401dd9

Please sign in to comment.