File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,8 @@ For example:
161
161
| [ vue/space-infix-ops] ( ./space-infix-ops.md ) | require spacing around infix operators | :wrench : |
162
162
| [ vue/space-unary-ops] ( ./space-unary-ops.md ) | enforce consistent spacing before or after unary operators | :wrench : |
163
163
| [ 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 | |
164
166
165
167
## Deprecated
166
168
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-vue" ,
3
- "version" : " 5.2.2 " ,
3
+ "version" : " 6.0.0 " ,
4
4
"description" : " Official ESLint plugin for Vue.js" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments