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
eslint-plugin-vue
In Vue Single File Components (*.vue files), "HTML comments" can be used to disable ESLint rules: https://eslint.vuejs.org/rules/comment-directive.html
*.vue
<template> <!-- eslint-disable-next-line vue/max-attributes-per-line --> <div a="1" b="2" c="3" d="4" /> </template>
Unfortunately, those comments are not detected by eslint-plugin-eslint-comments.
eslint-plugin-eslint-comments
(Note: This issue is the same as #136, which was auto-closed as stale without a warning, but is still relevant.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In Vue Single File Components (
*.vue
files), "HTML comments" can be used to disable ESLint rules: https://eslint.vuejs.org/rules/comment-directive.htmlUnfortunately, those comments are not detected by
eslint-plugin-eslint-comments
.(Note: This issue is the same as #136, which was auto-closed as stale without a warning, but is still relevant.)
The text was updated successfully, but these errors were encountered: