Better deprecation warning for editor integration
kaste opened this issue · 1 comments
kaste commented
Hi!
Here
you just console.warn
which lands on stderr. For SublimeLinter we parse stderr for common errors. It would be way easier to parse this message if you reword this. E.g. DeprecationWarning: ....
.
kaste commented
Currently we hard code your warning https://github.com/SublimeLinter/SublimeLinter-eslint/blob/7e1bab7b682314996afd4790cfb888d827301884/linter.py#L46-L47