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
|[vue/no-multiple-slot-args](./no-multiple-slot-args.md)| disallow to pass multiple arguments to scoped slots ||
269
268
|[vue/no-v-html](./no-v-html.md)| disallow use of v-html to prevent XSS attack ||
@@ -290,6 +289,7 @@ For example:
290
289
|[vue/block-tag-newline](./block-tag-newline.md)| enforce line breaks after opening and before closing block-level tags |:wrench:|
291
290
|[vue/component-name-in-template-casing](./component-name-in-template-casing.md)| enforce specific casing for the component naming style in template |:wrench:|
292
291
|[vue/custom-event-name-casing](./custom-event-name-casing.md)| enforce specific casing for custom event name ||
292
+
|[vue/html-button-has-type](./html-button-has-type.md)| disallow usage of button without an explicit type attribute ||
293
293
|[vue/html-comment-content-newline](./html-comment-content-newline.md)| enforce unified line brake in HTML comments |:wrench:|
294
294
|[vue/html-comment-content-spacing](./html-comment-content-spacing.md)| enforce unified spacing in HTML comments |:wrench:|
295
295
|[vue/html-comment-indent](./html-comment-indent.md)| enforce consistent indentation in HTML comments |:wrench:|
0 commit comments