Closed sceee closed 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.
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.
eslint-import-resolver-webpack
^0.12.2
Could you please update the version?
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?