@@ -255,8 +255,10 @@ exports[`nuxt-auth > nuxt-auth 1`] = `
255255 ],
256256 " rules" : {
257257 " @typescript-eslint/explicit-function-return-type" : " off" ,
258+ " vue/no-arrow-functions-in-watch" : " error" ,
258259 " vue/no-deprecated-destroyed-lifecycle" : " error" ,
259260 " vue/no-export-in-script-setup" : " error" ,
261+ " vue/no-lifecycle-after-await" : " error" ,
260262 " vue/no-multiple-slot-args" : " warn" ,
261263 " vue/no-required-prop-with-default" : " warn" ,
262264 " vue/prefer-import-from-vue" : " error" ,
@@ -724,7 +726,6 @@ exports[`nuxt-auth > nuxt-auth 1`] = `
724726 " unsupported rule: vitest/no-only-tests" ,
725727 " unsupported rule: vue/comment-directive" ,
726728 " unsupported rule: vue/jsx-uses-vars" ,
727- " unsupported rule: vue/no-arrow-functions-in-watch" ,
728729 " unsupported rule: vue/no-async-in-computed-properties" ,
729730 " unsupported rule: vue/no-child-content" ,
730731 " unsupported rule: vue/no-computed-properties-in-data" ,
@@ -751,7 +752,6 @@ exports[`nuxt-auth > nuxt-auth 1`] = `
751752 " unsupported rule: vue/no-dupe-v-else-if" ,
752753 " unsupported rule: vue/no-duplicate-attributes" ,
753754 " unsupported rule: vue/no-expose-after-await" ,
754- " unsupported rule: vue/no-lifecycle-after-await" ,
755755 " unsupported rule: vue/no-mutating-props" ,
756756 " unsupported rule: vue/no-parsing-error" ,
757757 " unsupported rule: vue/no-ref-as-operand" ,
@@ -1139,8 +1139,10 @@ exports[`nuxt-auth --js-plugins > nuxt-auth--js-plugins 1`] = `
11391139 " rules" : {
11401140 " @typescript-eslint/explicit-function-return-type" : " off" ,
11411141 " antfu/no-top-level-await" : " off" ,
1142+ " vue/no-arrow-functions-in-watch" : " error" ,
11421143 " vue/no-deprecated-destroyed-lifecycle" : " error" ,
11431144 " vue/no-export-in-script-setup" : " error" ,
1145+ " vue/no-lifecycle-after-await" : " error" ,
11441146 " vue/no-multiple-slot-args" : " warn" ,
11451147 " vue/no-required-prop-with-default" : " warn" ,
11461148 " vue/prefer-import-from-vue" : " error" ,
@@ -2036,7 +2038,6 @@ exports[`nuxt-auth --js-plugins > nuxt-auth--js-plugins 1`] = `
20362038 " unsupported rule: vitest/no-only-tests" ,
20372039 " unsupported rule: vue/comment-directive" ,
20382040 " unsupported rule: vue/jsx-uses-vars" ,
2039- " unsupported rule: vue/no-arrow-functions-in-watch" ,
20402041 " unsupported rule: vue/no-async-in-computed-properties" ,
20412042 " unsupported rule: vue/no-child-content" ,
20422043 " unsupported rule: vue/no-computed-properties-in-data" ,
@@ -2063,7 +2064,6 @@ exports[`nuxt-auth --js-plugins > nuxt-auth--js-plugins 1`] = `
20632064 " unsupported rule: vue/no-dupe-v-else-if" ,
20642065 " unsupported rule: vue/no-duplicate-attributes" ,
20652066 " unsupported rule: vue/no-expose-after-await" ,
2066- " unsupported rule: vue/no-lifecycle-after-await" ,
20672067 " unsupported rule: vue/no-mutating-props" ,
20682068 " unsupported rule: vue/no-parsing-error" ,
20692069 " unsupported rule: vue/no-ref-as-operand" ,
@@ -2440,8 +2440,10 @@ exports[`nuxt-auth --type-aware > nuxt-auth--type-aware 1`] = `
24402440 ],
24412441 " rules" : {
24422442 " @typescript-eslint/explicit-function-return-type" : " off" ,
2443+ " vue/no-arrow-functions-in-watch" : " error" ,
24432444 " vue/no-deprecated-destroyed-lifecycle" : " error" ,
24442445 " vue/no-export-in-script-setup" : " error" ,
2446+ " vue/no-lifecycle-after-await" : " error" ,
24452447 " vue/no-multiple-slot-args" : " warn" ,
24462448 " vue/no-required-prop-with-default" : " warn" ,
24472449 " vue/prefer-import-from-vue" : " error" ,
@@ -2909,7 +2911,6 @@ exports[`nuxt-auth --type-aware > nuxt-auth--type-aware 1`] = `
29092911 " unsupported rule: vitest/no-only-tests" ,
29102912 " unsupported rule: vue/comment-directive" ,
29112913 " unsupported rule: vue/jsx-uses-vars" ,
2912- " unsupported rule: vue/no-arrow-functions-in-watch" ,
29132914 " unsupported rule: vue/no-async-in-computed-properties" ,
29142915 " unsupported rule: vue/no-child-content" ,
29152916 " unsupported rule: vue/no-computed-properties-in-data" ,
@@ -2936,7 +2937,6 @@ exports[`nuxt-auth --type-aware > nuxt-auth--type-aware 1`] = `
29362937 " unsupported rule: vue/no-dupe-v-else-if" ,
29372938 " unsupported rule: vue/no-duplicate-attributes" ,
29382939 " unsupported rule: vue/no-expose-after-await" ,
2939- " unsupported rule: vue/no-lifecycle-after-await" ,
29402940 " unsupported rule: vue/no-mutating-props" ,
29412941 " unsupported rule: vue/no-parsing-error" ,
29422942 " unsupported rule: vue/no-ref-as-operand" ,
@@ -3315,8 +3315,10 @@ exports[`nuxt-auth merge > nuxt-auth--merge 1`] = `
33153315 ],
33163316 " rules" : {
33173317 " @typescript-eslint/explicit-function-return-type" : " off" ,
3318+ " vue/no-arrow-functions-in-watch" : " error" ,
33183319 " vue/no-deprecated-destroyed-lifecycle" : " error" ,
33193320 " vue/no-export-in-script-setup" : " error" ,
3321+ " vue/no-lifecycle-after-await" : " error" ,
33203322 " vue/no-multiple-slot-args" : " warn" ,
33213323 " vue/no-required-prop-with-default" : " warn" ,
33223324 " vue/prefer-import-from-vue" : " error" ,
@@ -3771,7 +3773,6 @@ exports[`nuxt-auth merge > nuxt-auth--merge 1`] = `
37713773 " unsupported rule: vitest/no-only-tests" ,
37723774 " unsupported rule: vue/comment-directive" ,
37733775 " unsupported rule: vue/jsx-uses-vars" ,
3774- " unsupported rule: vue/no-arrow-functions-in-watch" ,
37753776 " unsupported rule: vue/no-async-in-computed-properties" ,
37763777 " unsupported rule: vue/no-child-content" ,
37773778 " unsupported rule: vue/no-computed-properties-in-data" ,
@@ -3798,7 +3799,6 @@ exports[`nuxt-auth merge > nuxt-auth--merge 1`] = `
37983799 " unsupported rule: vue/no-dupe-v-else-if" ,
37993800 " unsupported rule: vue/no-duplicate-attributes" ,
38003801 " unsupported rule: vue/no-expose-after-await" ,
3801- " unsupported rule: vue/no-lifecycle-after-await" ,
38023802 " unsupported rule: vue/no-mutating-props" ,
38033803 " unsupported rule: vue/no-parsing-error" ,
38043804 " unsupported rule: vue/no-ref-as-operand" ,
0 commit comments