Skip to content

Commit 48c9139

Browse files
committed
fix(vue2): Downgrade severity of vue/comment-directive to warn
1 parent 0494db5 commit 48c9139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

languages/vue2/rules/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
rules: {
88
// Support comment-directives in <template>
99
// https://eslint.vuejs.org/rules/comment-directive.html
10-
'vue/comment-directive': ['error', {
10+
'vue/comment-directive': ['warn', {
1111
reportUnusedDisableDirectives: true,
1212
}],
1313

0 commit comments

Comments
 (0)