Closed
Description
Hi, thanks for the plugin!
I wanted to know if the plugin accepts something like this?
module.exports = {
"settings": {
"import/resolver": {
"alias": [
["apis/*", "./app/apis/*"],
["constants/*", "./app/constants/*"],
["state/*", "./app/state/*"],
["utilities/*", "./app/utilities/*"],
]
}
}
}
If yes, do you know why I'm having trouble with that configuration? If no, think this could be an enhancement?
Thanks again!