Closed MatanYadaev closed 2 years ago
Fixed in v7 as we no longer depend on eslint-import-resolver-webpack
. It now requires users to explicitly configure aliases: https://github.com/vuejs/eslint-config-airbnb/tree/v7.0.0/packages/eslint-config-airbnb#aliases
ESLint hangs after it finishes the lint successfully:
I copied the config file into my
.eslint.config.js
file and tried to comment lines in order to find what leads to the issue.I find out that it's these 3 lines: https://github.com/vuejs/eslint-config-airbnb/blob/cfa98d5f95be585d72e092f783178518cf3c0aa5/index.js#L9-L11
This is my config file:
Packages: