MiguelCastillo / Brackets-InteractiveLinter

Interactive linting for Brackets
Other
119 stars 26 forks source link

eslint deprecation warnings appearing on the first line of all Javascript files #151

Closed tmcdonnell87 closed 9 years ago

tmcdonnell87 commented 9 years ago

I'm getting deprecation warnings from eslint on all files. The warnings appear on the first line. They can be disabled by turning off warnings on that line or by disabling those specific warnings for the file, but it seems like they shouldn't be appearing.

image

I'm new to Brackets extensions - let me know what additional information you need to help troubleshoot.

Thanks!

MiguelCastillo commented 9 years ago

@tmcdonnell87 Hi, sorry for this delayed response. Those warnings about old settings eslint has changed. I have the default settings file so that you dont see those again.

tmcdonnell87 commented 9 years ago

Awesome, thanks.

MiguelCastillo commented 9 years ago

I meant to say that I have updated the default settings file so that you don't see those errors again :)