feat(projects): release v1.0.0 tauri branch

This commit is contained in:
Soybean
2024-03-31 17:29:53 +08:00
parent ae508bc572
commit 159d1145b5
26 changed files with 3883 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
import { defineConfig } from '@soybeanjs/eslint-config';
export default defineConfig(
{ vue: true, unocss: true },
{ vue: true, unocss: true, ignores: ['src-tauri/target'] },
{
rules: {
'vue/multi-word-component-names': [