Skip to content

Commit ccb3dbb

Browse files
committed
6.0.0
1 parent 6d48d11 commit ccb3dbb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/rules/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ For example:
161161
| [vue/space-infix-ops](./space-infix-ops.md) | require spacing around infix operators | :wrench: |
162162
| [vue/space-unary-ops](./space-unary-ops.md) | enforce consistent spacing before or after unary operators | :wrench: |
163163
| [vue/v-on-function-call](./v-on-function-call.md) | enforce or forbid parentheses after method calls without arguments in `v-on` directives | :wrench: |
164+
| [vue/v-slot-style](./v-slot-style.md) | enforce `v-slot` directive style | :wrench: |
165+
| [vue/valid-v-slot](./valid-v-slot.md) | enforce valid `v-slot` directives | |
164166

165167
## Deprecated
166168

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-vue",
3-
"version": "5.2.2",
3+
"version": "6.0.0",
44
"description": "Official ESLint plugin for Vue.js",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)