File tree 4 files changed +4
-3
lines changed
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -36,4 +36,4 @@ This rule was introduced in eslint-plugin-vue v7.0.0
36
36
- [ Rule source] ( https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/object-curly-newline.js )
37
37
- [ Test source] ( https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/object-curly-newline.js )
38
38
39
- <sup >Taken with ❤️ [ from ESLint Stylistic] ( https://eslint.style/rules/js /object-curly-newline ) </sup >
39
+ <sup >Taken with ❤️ [ from ESLint Stylistic] ( https://eslint.style/rules/ts /object-curly-newline ) </sup >
Original file line number Diff line number Diff line change @@ -36,4 +36,4 @@ This rule was introduced in eslint-plugin-vue v7.0.0
36
36
- [ Rule source] ( https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/object-property-newline.js )
37
37
- [ Test source] ( https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/object-property-newline.js )
38
38
39
- <sup >Taken with ❤️ [ from ESLint Stylistic] ( https://eslint.style/rules/js /object-property-newline ) </sup >
39
+ <sup >Taken with ❤️ [ from ESLint Stylistic] ( https://eslint.style/rules/ts /object-property-newline ) </sup >
Original file line number Diff line number Diff line change 12
12
" MaybeRef" ,
13
13
" MaybeRefOrGetter" ,
14
14
" Raw" ,
15
+ " Reactive" ,
15
16
" ReactiveEffect" ,
16
17
" ReactiveEffectOptions" ,
17
18
" ReactiveEffectRunner" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-vue" ,
3
- "version" : " 9.26 .0" ,
3
+ "version" : " 9.27 .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