iancmyers / atom-eslint

Lint your JavaScript files in Atom with ESLint
MIT License
8 stars 1 forks source link

Coloring for warnings #4

Closed DevinClark closed 6 years ago

DevinClark commented 10 years ago

In the gutter, errors and warnings are the same color. It would be nice if they were separated into maybe a red and yellow.

iancmyers commented 10 years ago

I agree. This is trickier than you'd expect, but can be done.

DevinClark commented 10 years ago

http://eslint.org/blog/2014/06/formatter-breaking-change/ might make this easier