diff --git a/js/logging.js b/js/logging.js index e4576b241..a00f7e02e 100644 --- a/js/logging.js +++ b/js/logging.js @@ -1,5 +1,7 @@ /* eslint-env node */ +/* eslint strict: ['error', 'never'] */ + const electron = require('electron'); const bunyan = require('bunyan'); const _ = require('lodash');