<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<meta charset="utf-8">
<style>body{font-family:-apple-system,Helvetica,Arial,sans-serif;}blockquote{margin:0;padding:0 0 0 12px;border-left:1px solid #aaa;color:#aaa;}hr.unibox-forward{border:0;color:#888;background-color:#888;height:1px;}</style>
</head>
<body>
<blockquote type="cite">
<div>I've created a bundle for ESLint and I'd like to find out the requirements for submission to Textmate's bundle list in the preferences pane.</div>
</blockquote>
<div><br></div>
<div>The UI is nice, but it has too much wasted space and requires using mouse to get to the problematic code.</div>
<div><br></div>
<div>So I think it's time for me to present my own solution to the linting problem.</div>
<div><br></div>
<div>https://github.com/Igor10k/Linter</div>
<div><br></div>
<div>Features:</div>
<div>- Can be extended to support basically any linter. Out-of-the-box it's eslint, jscs and coffelint.</div>
<div>- Tries using locally installed linters first. If fails tries the globally installed version.</div>
<div>- Get to the problematic code by pressing the corresponding number of the error entry on the keyboard.</div>
<div>- Just a single dependency - NodeJS. I'm planning a rewrite using Ruby to get rid of this too.</div>
<div><br></div>
</body>
</html>