File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments