dividab / tsconfig-paths

Load node modules according to tsconfig paths, in run-time or via API.
MIT License
1.8k stars 100 forks source link

chore: Migrate from TSLint to ESLint #204

Closed F3n67u closed 2 years ago

jonaskello commented 2 years ago

@F3n67u Thank you for starting this, I have been thinking to get around to it :-)

I changed the package.json script to run eslint instead of tslint. You can try it with yarn lint. It gives some additional warnings, I think it is because the tests were not included. Would you mind fixing those too?

F3n67u commented 2 years ago

@F3n67u Thank you for starting this, I have been thinking to get around to it :-)

I changed the package.json script to run eslint instead of tslint. You can try it with yarn lint. It gives some additional warnings, I think it is because the tests were not included. Would you mind fixing those too?

thanks for review. all warning is cleared.

F3n67u commented 2 years ago

@jonaskello could you help review other pr I filed?