mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-04 03:40:33 +08:00
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:
parent
75d5dcf275
commit
de44938d9b
@ -37,6 +37,7 @@
|
|||||||
"src/renderer/**/*.{ts,tsx}",
|
"src/renderer/**/*.{ts,tsx}",
|
||||||
"packages/aiCore/**",
|
"packages/aiCore/**",
|
||||||
"packages/extension-table-plus/**",
|
"packages/extension-table-plus/**",
|
||||||
|
"packages/ui/**",
|
||||||
"resources/js/**"
|
"resources/js/**"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -31,7 +31,8 @@
|
|||||||
},
|
},
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
"*.css": "tailwindcss"
|
"*.css": "tailwindcss",
|
||||||
|
".oxlintrc.json": "jsonc"
|
||||||
},
|
},
|
||||||
"files.eol": "\n",
|
"files.eol": "\n",
|
||||||
"i18n-ally.displayLanguage": "zh-cn",
|
"i18n-ally.displayLanguage": "zh-cn",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user