How to remove error icons in Brackets

I tried the above answer, and it I had no success. But, I did notice this little line in the brackets.json file.

"brackets-eslint.gutterMarks": true

Setting it to false did the trick for me!

EDIT:

Here are some clearer instructions.

  1. Open "Debug" menu
  2. Click on "Open Preferences File"
  3. In "brackets.json" set "brackets-eslint.gutterMarks" to false

Dude, try this one.

  1. Click the "Debug" on the menu bar.
  2. Click the "Open Preferences File".
  3. try to add "linting.enabled" to bracket.json and set it to false. just like this. "linting.enabled": false. :)