mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-27 00:40:58 +01:00
Co-authored-by: SeDemal <Tagaishi@hotmail.ch> Co-authored-by: SeDemal <demal.sebastien@bluewin.ch> Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
30 lines
729 B
JSON
30 lines
729 B
JSON
{
|
|
"eslint.workingDirectories": [
|
|
{
|
|
"mode": "auto"
|
|
}
|
|
],
|
|
"eslint.experimental.useFlatConfig": true,
|
|
"typescript.tsdk": "node_modules\\typescript\\lib",
|
|
"js/ts.implicitProjectConfig.experimentalDecorators": true,
|
|
"prettier.configPath": "./tooling/prettier/index.mjs",
|
|
"cSpell.words": [
|
|
"cqmin",
|
|
"homarr",
|
|
"jellyfin",
|
|
"mantine",
|
|
"overseerr",
|
|
"Sonarr",
|
|
"superjson",
|
|
"tabler",
|
|
"trpc",
|
|
"Umami"
|
|
],
|
|
"i18n-ally.dirStructure": "auto",
|
|
"i18n-ally.enabledFrameworks": ["next-international"],
|
|
"i18n-ally.localesPaths": ["./packages/translation/src/lang/"],
|
|
"i18n-ally.enabledParsers": ["ts"],
|
|
"i18n-ally.extract.keyMaxLength": 0,
|
|
"i18n-ally.keystyle": "flat"
|
|
}
|