brackets-userland / brackets-eslint

Adds ESLint support to Brackets
MIT License
43 stars 15 forks source link

Add vue.js support #69

Closed ficristo closed 7 years ago

ficristo commented 7 years ago

I installed https://github.com/pandao/brackets-vue to add syntax highlighting and with this change I see now eslint errors. I tryed to use an "universal linter" via CodeInspection.register("*", ... but I started to see error also in markdown code. @zaggino could you help me to merge this and create a new release? I don't know how to manage it.

zaggino commented 7 years ago

@ficristo done, please let me know your npm email so I can give you rights in there (here or slack if you want) not sure if this org has an email I can add to npm owners?

added this section, that's all I did: https://github.com/brackets-userland/brackets-eslint#publishing-new-version-of-the-extension

zaggino commented 7 years ago

As for the univesral linter - after using you'd have to programatically ask ESLint which extensions it can handle and do not fill him the others. Not sure if there's an API for that.