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/component-name-in-template-casing](./component-name-in-template-casing.md)| enforce specific casing for the component naming style in template |:wrench:|
282
283
|[vue/dot-location](./dot-location.md)| enforce consistent newlines before and after dots |:wrench:|
283
284
|[vue/eqeqeq](./eqeqeq.md)| require the use of `===` and `!==`|:wrench:|
@@ -308,6 +309,7 @@ For example:
308
309
|[vue/require-name-property](./require-name-property.md)| require a name property in Vue components ||
309
310
|[vue/script-indent](./script-indent.md)| enforce consistent indentation in `<script>`|:wrench:|
310
311
|[vue/sort-keys](./sort-keys.md)| enforce sort-keys in a manner that is compatible with order-in-components ||
-:wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
11
+
12
+
This rule is the same rule as core [comma-style] rule but it applies to the expressions in `<template>`.
0 commit comments