TypeStrong / atom-typescript

The only TypeScript package you will ever need
https://atom.io/packages/atom-typescript
MIT License
1.13k stars 205 forks source link

I keep getting TS linting issues when working on JS file #1492

Closed webMasterMrBin closed 5 years ago

webMasterMrBin commented 5 years ago

image

ts warning info in .js file? how to disabled

lierdakil commented 5 years ago

Unless you have image enabled in Atom-TypeScript settings, it will straight up ignore JavaScript files.

So. Either you have that option enabled, and since it's disabled by default, it's not clear what's your issue exactly.

Or it's not actually atom-typescript, but something else. Notice you may need to restart Atom after disabling some packages (like ide-typescript for instance) for them to really be disabled -- cleaning up after a package is disabled can be tricky and it's often overlooked.

lierdakil commented 5 years ago

Closing due to age.