Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tsdx to list of plugins to detect
This will enable SublimeLinter eslint on projects utilizing tsdx, a tool wrapper that includes eslint. Unfortunately, tsdx only exposes a human friendly cli to access eslint, however, eslint gets installed alongside any tsdx install, so its safe to use it directly without the tsdx wrapper. The only thing users would have to do to make this work would be to ensure the .eslintrc file is created, which tsdx can generate using `yarn lint --write-file`. I'm not a huge user of the tool, but from my local testing, this gets tsdx eslint working with sublime. Thanks for the fantastic plugins!
- Loading branch information