mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-27 17:00:54 +01:00
* feat: #655 implement jellyfin media server * fix: table overflow * feat: pr feedback * refactor: format * refactor: merge existing code * fix: code smells * refactor: format commit
27 lines
683 B
JSON
27 lines
683 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",
|
|
"superjson",
|
|
"trpc",
|
|
"Umami",
|
|
"Sonarr"
|
|
],
|
|
"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"
|
|
}
|