royriojas / eslint-friendly-formatter

A simple formatter/reporter for ESLint that's friendly with Sublime Text and iterm2 "click to open file" functionality
MIT License
198 stars 28 forks source link

Change iterm escape code #31

Closed gartnera closed 6 years ago

gartnera commented 6 years ago

Per https://www.iterm2.com/documentation-escape-codes.html, the iTerm escape code is 1337 instead of 50 because of conflicts with xterm.

Fixes #30

royriojas commented 6 years ago

Thanks @gartnera

I really appreciate your contribution.

Will merge and publish a new version