mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-11 18:12:19 +01:00
21 lines
568 B
JSON
21 lines
568 B
JSON
{
|
|
"i18n-ally.localesPaths": "public/locales",
|
|
"i18n-ally.enabledFrameworks": [
|
|
"react-i18next"
|
|
],
|
|
"i18n-ally.namespace": true,
|
|
"i18n-ally.pathMatcher": "{locale}/{namespaces}.json",
|
|
"i18n-ally.keystyle": "nested",
|
|
"i18n-ally.keysInUse": [
|
|
"modules.**",
|
|
"layout.manage.navigation.**",
|
|
],
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit"
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"explorer.fileNesting.patterns": {
|
|
"package.json": "pnpm-lock.yaml, yarn.lock, package-lock.json",
|
|
"*.tsx": "${capture}.module.css"
|
|
},
|
|
} |