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
||[no-async-in-computed-properties](./docs/rules/no-async-in-computed-properties.md)| Check if there are no asynchronous actions inside computed properties. |
69
70
|:white_check_mark:|[no-confusing-v-for-v-if](./docs/rules/no-confusing-v-for-v-if.md)| disallow confusing `v-for` and `v-if` on the same element. |
||[no-side-effects-in-computed-properties](./docs/rules/no-side-effects-in-computed-properties.md)| Don't introduce side effects in computed properties |
@@ -80,6 +81,7 @@ The `--fix` option on the command line automatically fixes problems reported by
80
81
|| Rule ID | Description |
81
82
|:---|:--------|:------------|
82
83
||[html-quotes](./docs/rules/html-quotes.md)| enforce quotes style of HTML attributes. |
84
+
|:wrench:|[name-property-casing](./docs/rules/name-property-casing.md)| Requires specific casing for the name property in Vue components |
0 commit comments