We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22fcb14 commit 27b641eCopy full SHA for 27b641e
lib/loaders/eslint.js
@@ -23,12 +23,7 @@ module.exports = {
23
const eslintLoaderOptions = {
24
cache: true,
25
parser: 'babel-eslint',
26
- emitWarning: true,
27
- 'import/resolver': {
28
- webpack: {
29
- config: 'webpack.config.js'
30
- }
31
+ emitWarning: true
32
};
33
34
return applyOptionsCallback(webpackConfig.eslintLoaderOptionsCallback, eslintLoaderOptions);
0 commit comments