You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, eslint can be configured to lint any file extension through plugins (.vue in this case) and there're methods to check if a file path is lintable with the current eslint configuration, but to get there I need to be able to register the linter as language independent one which would be invoked for all potential files.
The change to Brackets is I believe quite trivial, also added a test-case.
Issue by zaggino
Tuesday Mar 07, 2017 at 00:44 GMT
Originally opened as adobe/brackets#13153
Hi guys, need this for brackets-userland/brackets-eslint#54
Basically, eslint can be configured to lint any file extension through plugins (
.vue
in this case) and there're methods to check if a file path is lintable with the current eslint configuration, but to get there I need to be able to register the linter as language independent one which would be invoked for all potential files.The change to Brackets is I believe quite trivial, also added a test-case.
zaggino included the following code: https://github.com/adobe/brackets/pull/13153/commits
The text was updated successfully, but these errors were encountered: