vuejs / eslint-config-airbnb

ESLint Shareable Configs for Airbnb JavaScript Style Guide in Vue.js Projects
MIT License
72 stars 20 forks source link

Bump eslint-import-resolver-webpack dependency version #9

Closed sceee closed 4 years ago

sceee commented 4 years ago

The issue described here https://github.com/benmosher/eslint-plugin-import/issues/1826#issuecomment-645175435 causes a compilebreak that is fixed in eslint-import-resolver-webpack ^0.12.2.

Since this is major version 0, I think the version for eslint-import-resolver-webpack must be bumped to ^0.12.2 in the dependencies here so that npm picks up this new fixed version.

Could you please update the version?