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:|
285
285
|[vue/dot-location](./dot-location.md)| enforce consistent newlines before and after dots |:wrench:|
286
+
|[vue/dot-notation](./dot-notation.md)| enforce dot notation whenever possible |:wrench:|
286
287
|[vue/eqeqeq](./eqeqeq.md)| require the use of `===` and `!==`|:wrench:|
287
288
|[vue/html-comment-content-newline](./html-comment-content-newline.md)| enforce unified line brake in HTML comments |:wrench:|
288
289
|[vue/html-comment-content-spacing](./html-comment-content-spacing.md)| enforce unified spacing in HTML comments |:wrench:|
description: enforce dot notation whenever possible
6
+
---
7
+
# vue/dot-notation
8
+
> enforce dot notation whenever possible
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 [dot-notation] rule but it applies to the expressions in `<template>`.
0 commit comments