fix: ui package env (#10191)

* ci: add ui package to oxlint configuration

* chore: update vscode settings for oxlintrc.json association
This commit is contained in:
Phantom 2025-09-16 10:08:52 +08:00 committed by GitHub
parent 75d5dcf275
commit de44938d9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -37,6 +37,7 @@
"src/renderer/**/*.{ts,tsx}",
"packages/aiCore/**",
"packages/extension-table-plus/**",
"packages/ui/**",
"resources/js/**"
]
},

View File

@ -31,7 +31,8 @@
},
"editor.formatOnSave": true,
"files.associations": {
"*.css": "tailwindcss"
"*.css": "tailwindcss",
".oxlintrc.json": "jsonc"
},
"files.eol": "\n",
"i18n-ally.displayLanguage": "zh-cn",