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/class-order](./class-order.md)| enforce classnames order |:wrench:|
147
148
|[vue/comma-dangle](./comma-dangle.md)| require or disallow trailing commas |:wrench:|
148
149
|[vue/component-name-in-template-casing](./component-name-in-template-casing.md)| enforce specific casing for the component naming style in template |:wrench:|
149
150
|[vue/dot-location](./dot-location.md)| enforce consistent newlines before and after dots |:wrench:|
@@ -161,6 +162,8 @@ For example:
161
162
|[vue/space-infix-ops](./space-infix-ops.md)| require spacing around infix operators |:wrench:|
162
163
|[vue/space-unary-ops](./space-unary-ops.md)| enforce consistent spacing before or after unary operators |:wrench:|
163
164
|[vue/v-on-function-call](./v-on-function-call.md)| enforce or forbid parentheses after method calls without arguments in `v-on` directives |:wrench:|
-: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.
0 commit comments