This commit is contained in:
2023-04-26 23:33:38 +08:00
parent 65bd3def6c
commit 9ad0005c87
2 changed files with 3 additions and 2 deletions

View File

@@ -15,5 +15,6 @@ module.exports = {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'import/no-extraneous-dependencies': ['error', { devDependencies: true }],
'linebreak-style': ['off', 'windows'],
},
};

View File

@@ -5,5 +5,5 @@
</template>
<script lang="ts" setup>
import { NButton } from 'naive-ui'
import { NButton } from 'naive-ui';
</script>