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. |
70
72
|: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 |
73
75
|:white_check_mark:|[no-textarea-mustache](./docs/rules/no-textarea-mustache.md)| disallow mustaches in `<textarea>`. |
74
76
||[order-in-components](./docs/rules/order-in-components.md)| Keep order of properties in components |
75
77
|:white_check_mark:|[require-component-is](./docs/rules/require-component-is.md)| require `v-bind:is` of `<component>` elements. |
78
+
||[require-prop-types](./docs/rules/require-prop-types.md)| Prop definitions should be detailed |
76
79
|:white_check_mark:|[require-v-for-key](./docs/rules/require-v-for-key.md)| require `v-bind:key` with `v-for` directives. |
77
80
78
81
@@ -97,6 +100,7 @@ The `--fix` option on the command line automatically fixes problems reported by
97
100
98
101
|| Rule ID | Description |
99
102
|:---|:--------|:------------|
103
+
||[no-dupe-keys](./docs/rules/no-dupe-keys.md)| Prevents duplication of field names. |
0 commit comments