johvin / eslint-import-resolver-alias

a simple Node behavior import resolution plugin for eslint-plugin-import, supporting module alias
MIT License
181 stars 10 forks source link

resolve root path problem #1

Closed johvin closed 6 years ago

johvin commented 6 years ago

recently, I myself find a bug about inner function resolveLookupPaths that the resolved lookup paths array includes '//node_modules' which should be '/node_modules'

johvin commented 6 years ago

fixed and close