Files
BewlyBewly/.vscode/settings.json
2024-04-07 03:05:34 +08:00

23 lines
441 B
JSON

{
"cSpell.words": [
"bewly",
"bilibili",
"unocss",
"Vitesse",
"webext"
],
"typescript.tsdk": "node_modules/typescript/lib",
"vite.autoStart": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.experimental.useFlatConfig": true,
"files.associations": {
"*.css": "postcss"
},
"i18n-ally.localesPaths": [
"src/_locales"
],
"i18n-ally.keystyle": "nested"
}