This is my .eslintrc. Why this configuration leads to an eslint report. Resolving the error: cannot load the "webpack" resolver?
{
"settings": {
"import/resolver": {
webpack: {
config: './node_modules/@ali/grunt-default-config/lib/webpack.eslint.config.js'
}
}
}
}
source
share