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:|
144
+
|[vue/eqeqeq](./eqeqeq.md)| require the use of `===` and `!==`|:wrench:|
145
+
|[vue/key-spacing](./key-spacing.md)| enforce consistent spacing between keys and values in object literal properties |:wrench:|
143
146
|[vue/match-component-file-name](./match-component-file-name.md)| require component name property to match its file name ||
-: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 [array-bracket-spacing] rule but it applies to the expressions in `<template>`.
-: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 [eqeqeq] rule but it applies to the expressions in `<template>`.
description: enforce consistent spacing between keys and values in object literal properties
6
+
---
7
+
# vue/key-spacing
8
+
> enforce consistent spacing between keys and values in object literal properties
9
+
10
+
-: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 [key-spacing] rule but it applies to the expressions in `<template>`.
-: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 [object-curly-spacing] rule but it applies to the expressions in `<template>`.
description: require spacing around infix operators
6
+
---
7
+
# vue/space-infix-ops
8
+
> require spacing around infix operators
9
+
10
+
-: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 [space-infix-ops] rule but it applies to the expressions in `<template>`.
description: enforce consistent spacing before or after unary operators
6
+
---
7
+
# vue/space-unary-ops
8
+
> enforce consistent spacing before or after unary operators
9
+
10
+
-: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 [space-unary-ops] rule but it applies to the expressions in `<template>`.
0 commit comments