Showing
1 changed file
with
1 additions
and
0 deletions
@@ -28,6 +28,7 @@ export default antfu({ | @@ -28,6 +28,7 @@ export default antfu({ | ||
28 | rules: { | 28 | rules: { |
29 | "antfu/if-newline": 0, | 29 | "antfu/if-newline": 0, |
30 | "antfu/curly": 0, | 30 | "antfu/curly": 0, |
31 | + "vue/valid-v-slot": 0, | ||
31 | }, | 32 | }, |
32 | 33 | ||
33 | // Enable stylistic formatting rules. | 34 | // Enable stylistic formatting rules. |
-
Please register or login to post a comment