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
Copy file name to clipboardExpand all lines: docs/rules/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,7 @@ For example:
148
148
|[vue/component-name-in-template-casing](./component-name-in-template-casing.md)| enforce specific casing for the component naming style in template |:wrench:|
149
149
|[vue/eqeqeq](./eqeqeq.md)| require the use of `===` and `!==`|:wrench:|
150
150
|[vue/key-spacing](./key-spacing.md)| enforce consistent spacing between keys and values in object literal properties |:wrench:|
151
+
|[vue/keyword-spacing](./keyword-spacing.md)| enforce consistent spacing before and after keywords |:wrench:|
151
152
|[vue/match-component-file-name](./match-component-file-name.md)| require component name property to match its file name ||
description: enforce consistent spacing before and after keywords
6
+
---
7
+
# vue/keyword-spacing
8
+
> enforce consistent spacing before and after keywords
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 [keyword-spacing] rule but it applies to the expressions in `<template>`.
0 commit comments