We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It could be helpful to have the configuration for .vue files, similar to the SublimeLinter-eslint page:
.vue
https://github.com/SublimeLinter/SublimeLinter-eslint#using-eslint-with-plugins-eg-vue
I added the stylelint part by deduction:
{ "linters": { "eslint": { "selector": "text.html.vue, source.js - meta.attribute-with-value" }, "stylelint": { "selector": "text.html.vue, source.css" } } }
I'm not 100% sure if it's correct, but appears to work.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It could be helpful to have the configuration for
.vue
files, similar to the SublimeLinter-eslint page:https://github.com/SublimeLinter/SublimeLinter-eslint#using-eslint-with-plugins-eg-vue
I added the stylelint part by deduction:
I'm not 100% sure if it's correct, but appears to work.
The text was updated successfully, but these errors were encountered: