-
Notifications
You must be signed in to change notification settings - Fork 23
Not working at all [OSX] #221
Comments
|
Interesting, looks like an edge case, your editor is triggering the fix on save before the worker is created. The expectation would be that the |
Is there a way to get this fix? I have the exact same error, and I know it was only resolved within the last couple weeks but since there isn't a new release, would I need to clone this repository instead of using the apm version? Extra info - I'm on Windows 10, atom version 1.25, plugin version 1.9.0 |
In the meantime, I wrote a custom command-line lint watcher out of tslint and chokidar. Here it is, if anyone's interested (added to
|
@sarink I’m unfamiliar with lint watchers, does it only affect tslint’s functionality when run from the command line? Or in atom as well? |
Sorry, didn't get around to making a release. I will get onto that now |
Just published version 1.9.1. Please try with that version |
plugin version: 1.9.0
atom version: 1.25.0
tslint.json
Produces no warnings, it's not even clear if the linter is running at all. Everything was working fine until a week or two ago?
Running tslint manually from the command line works fine.
Any ideas?
The text was updated successfully, but these errors were encountered: