@@ -45,13 +45,7 @@ module.exports = {
],
'no-eval': 2,
semi: 1,
- indent: [
- 2,
- 4,
- {
- SwitchCase: 1,
- },
- ],
+ indent: off,
camelcase: 2,
'vue/no-empty-component-block': 2, // 禁止<template> <script> <style>块为空
'vue/html-self-closing': 0,
@@ -141,4 +141,4 @@ onMounted(async () => {
</style> -->
<script setup lang="ts"></script>
<template></template>
-<style scoped></style>
+<style scoped></style>