I am using ESLint set to Typescript during initial config. I like to use the AirBnb style template.Some Typescript specific settings seem not to work well. Importing (and using) types triggers no-unused-vars inappropriately. In general there are many import and export lints until I shut those rules off.Is TSLint any better? Given the name I would think so, but then I also thought the Typescript setting in ESLint would work well.
Submitted August 16, 2020 at 09:39PM by javascript_dev
No comments:
Post a Comment