html-validate-vue 4.1.0 → 4.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -4
- package/dist/index.js +849 -689
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -52,10 +52,11 @@ If you're using Vue CLI you can add the CLI plugin:
|
|
|
52
52
|
|
|
53
53
|
## Rules
|
|
54
54
|
|
|
55
|
-
| Rule
|
|
56
|
-
|
|
|
57
|
-
| vue/available-slots
|
|
58
|
-
| vue/
|
|
55
|
+
| Rule | Recommended | Description |
|
|
56
|
+
| --------------------------- | ----------- | ------------------------------------------------------ |
|
|
57
|
+
| `vue/available-slots` | Error | Validate usage of slots. Only known slots may be used. |
|
|
58
|
+
| `vue/prefer-slot-shorthand` | Error | Prefers the usage of `#foo` over `v-slot:foo`. |
|
|
59
|
+
| `vue/required-slots` | Error | Validate required slots. Required slots must be used. |
|
|
59
60
|
|
|
60
61
|
## Element metadata
|
|
61
62
|
|