elicwhite / ESLint-Formatter

Sublime Text 3 Plugin to Autoformat with Eslint
MIT License
140 stars 20 forks source link

Error panel popping on save #79

Closed sunil-bagde closed 4 years ago

sunil-bagde commented 4 years ago

sublime linter "show_panel_on_save": "never",

image

skeggse commented 4 years ago

I ran into this once, but wasn't able to reproduce this. Can you try #80 and see if that fixes it? Easiest way to test is to copy the file to a new Packages/ESLint-Formatter directory in your sublime configuration directory: https://packagecontrol.io/docs/customizing_packages#Overrides.

peterblockman commented 4 years ago

@skeggse it works. Pop-ups stop appearing with #80

skeggse commented 4 years ago

Fix released in 2.4.2, which may take a bit for package control to find and distribute.

sunil-bagde commented 4 years ago

Ok thanks