MiguelCastillo / Brackets-InteractiveLinter

Interactive linting for Brackets
Other
119 stars 26 forks source link

JSX plugin #190

Closed DaddyWarbucks closed 1 year ago

DaddyWarbucks commented 7 years ago

I believe I have JSX linting setup properly, but am not seeing any errors in .jsx files. I have included the "interactive-linter.javascript": ["jsx"] in my brackets.json file.

I can confirm that it is working in .js file extensions as expected (with ["jsx"] as set above). But I get no errors in a .jsx file, even for something like a missing semicolon

I have tried "Reload with extensions" and some other things. I am running v1.0.5 running on the latest Brackets version on Mac.

Thanks for any help!

CowTail commented 7 years ago

Same.