Page MenuHomePhabricator
Feed Advanced Search

Nov 16 2015

yangsu added a comment to D12198: Added ESLint Support.

@michaeljs1990 That code is for handling when there's any error in linter itself. The code I wrote there was simply to help with debugging linter installation issues. For us, our eslint config is based on airbnb's config and also uses react, so we needed to install a few other packages globally. If you didn't have those installed, the linter will blow up and you won't see anything in sublime.

Nov 16 2015, 4:28 PM