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
+30-23
Original file line number
Diff line number
Diff line change
@@ -266,11 +266,40 @@ For example:
266
266
```json
267
267
{
268
268
"rules": {
269
-
"vue/array-bracket-spacing": "error"
269
+
"vue/component-name-in-template-casing": "error"
270
270
}
271
271
}
272
272
```
273
273
274
+
| Rule ID | Description ||
275
+
|:--------|:------------|:---|
276
+
|[vue/component-name-in-template-casing](./component-name-in-template-casing.md)| enforce specific casing for the component naming style in template |:wrench:|
277
+
|[vue/html-comment-content-newline](./html-comment-content-newline.md)| enforce unified line brake in HTML comments |:wrench:|
278
+
|[vue/html-comment-content-spacing](./html-comment-content-spacing.md)| enforce unified spacing in HTML comments |:wrench:|
279
+
|[vue/html-comment-indent](./html-comment-indent.md)| enforce consistent indentation in HTML comments |:wrench:|
280
+
|[vue/match-component-file-name](./match-component-file-name.md)| require component name property to match its file name ||
|[vue/component-name-in-template-casing](./component-name-in-template-casing.md)| enforce specific casing for the component naming style in template |:wrench:|
285
313
|[vue/dot-location](./dot-location.md)| enforce consistent newlines before and after dots |:wrench:|
286
314
|[vue/dot-notation](./dot-notation.md)| enforce dot notation whenever possible |:wrench:|
287
315
|[vue/eqeqeq](./eqeqeq.md)| require the use of `===` and `!==`|:wrench:|
288
-
|[vue/html-comment-content-newline](./html-comment-content-newline.md)| enforce unified line brake in HTML comments |:wrench:|
289
-
|[vue/html-comment-content-spacing](./html-comment-content-spacing.md)| enforce unified spacing in HTML comments |:wrench:|
290
-
|[vue/html-comment-indent](./html-comment-indent.md)| enforce consistent indentation in HTML comments |:wrench:|
291
316
|[vue/key-spacing](./key-spacing.md)| enforce consistent spacing between keys and values in object literal properties |:wrench:|
292
317
|[vue/keyword-spacing](./keyword-spacing.md)| enforce consistent spacing before and after keywords |:wrench:|
293
-
|[vue/match-component-file-name](./match-component-file-name.md)| require component name property to match its file name ||
294
318
|[vue/max-len](./max-len.md)| enforce a maximum line length ||
0 commit comments