mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
23 lines
441 B
JSON
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"
|
|
}
|