Files
sage-home/.vscode/settings.json

26 lines
602 B
JSON
Raw Normal View History

2026-01-24 16:54:44 +08:00
{
"css.validate": false,
"editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.organizeImports": "explicit"
},
"headwind.runOnSave": false,
"typescript.preferences.importModuleSpecifier": "non-relative",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript"
],
"typescript.tsdk": "node_modules/typescript/lib",
"commentTranslate.source": "Bing",
"cSpell.words": [
"contentlayer",
"lemonsqueezy"
],
"i18n-ally.localesPaths": [
"i18n",
"i18n/messages"
]
}