cfjedimaster / brackets-jshint

Adds JSHint support to Brackets
MIT License
130 stars 41 forks source link

Globals no longer recognized with Brackets 1.9 #90

Closed wmurphyrd closed 7 years ago

wmurphyrd commented 7 years ago

After updating Brackets to v.1.9, JSHint started giving messages that require, MouseEvent, and CustomEvent are used without being defined.

I tried uninstalling and reinstalling the add-on. Issue persists

cfjedimaster commented 7 years ago

Is this not a real issue though?

wmurphyrd commented 7 years ago

Oh man I don't know; I am new to js. Just thought you'd want to know about a behavior change. Feel free to close.

cfjedimaster commented 7 years ago

Sorry - my comment may have implied you were wrong to report this - what I mean is - aren't those really things that should be reported by jshint?