mightyiam / eslint-config-love

A TypeScript ESLint config that loves you
MIT License
743 stars 64 forks source link

Use TypeScript imports resolver #1505

Open mrhyde opened 2 months ago

mrhyde commented 2 months ago

Hi! Are there any plans to use TypeScript imports resolver in eslint-plugin-import? It seems a bit off that this package is designed for TypeScript but doesn't include this by default.

P.S. Thank you for all your hard work over the years! Your efforts deserve more recognition!

mightyiam commented 2 months ago

Thank you. This seems to introduce a good amount of details. Would you be interested in contributing it?

mrhyde commented 2 months ago

Sure! Just wanted to be sure that it's something you are interested in

mrhyde commented 2 months ago

@mightyiam I have created https://github.com/mightyiam/eslint-config-love/pull/1509 let me know what you think