mirror of
https://github.com/ajnart/homarr.git
synced 2026-03-06 12:21:06 +01:00
* refactor: Make weather widget scalable * fix: formatting * fix: map key again * fix: null assertions
17 lines
339 B
JSON
17 lines
339 B
JSON
{
|
|
"eslint.workingDirectories": [
|
|
{
|
|
"mode": "auto"
|
|
}
|
|
],
|
|
"typescript.tsdk": "node_modules\\typescript\\lib",
|
|
"js/ts.implicitProjectConfig.experimentalDecorators": true,
|
|
"prettier.configPath": "./tooling/prettier/index.mjs",
|
|
"cSpell.words": [
|
|
"cqmin",
|
|
"homarr",
|
|
"superjson",
|
|
"trpc",
|
|
"Umami"
|
|
]
|
|
} |