Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
theKashey committed May 7, 2020
1 parent dd9df1d commit 9554a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/executor.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ function restoreESModuleState(dest, original) {
value: true
});
} catch (e) {
// eslint-disable-next-line no-console
console.error(e);
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/webpack-alias.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {readAliases, processFile} from './common/aliases'
import createPlugin, {standardWipeCheck} from './_common';
import createPlugin from './_common';

let settings = null;

Expand Down

0 comments on commit 9554a91

Please sign in to comment.