mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-27 08:50:56 +01:00
* feat: add analytics * feat: send data to umami * refactor: fix format * fix: click behavior of switches * refactor: format * chore: rerun ci --------- Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
16 lines
326 B
JSON
16 lines
326 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": [
|
|
"superjson",
|
|
"homarr",
|
|
"trpc",
|
|
"Umami"
|
|
]
|
|
} |