diff --git a/docs/rules/README.md b/docs/rules/README.md index a47600386..e1c88ff56 100644 --- a/docs/rules/README.md +++ b/docs/rules/README.md @@ -161,6 +161,8 @@ For example: | [vue/space-infix-ops](./space-infix-ops.md) | require spacing around infix operators | :wrench: | | [vue/space-unary-ops](./space-unary-ops.md) | enforce consistent spacing before or after unary operators | :wrench: | | [vue/v-on-function-call](./v-on-function-call.md) | enforce or forbid parentheses after method calls without arguments in `v-on` directives | :wrench: | +| [vue/v-slot-style](./v-slot-style.md) | enforce `v-slot` directive style | :wrench: | +| [vue/valid-v-slot](./valid-v-slot.md) | enforce valid `v-slot` directives | | ## Deprecated diff --git a/package.json b/package.json index dbae7c543..188853211 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-vue", - "version": "5.2.2", + "version": "6.0.0", "description": "Official ESLint plugin for Vue.js", "main": "lib/index.js", "scripts": {