feat: Clock widget scalability (#644)

This commit is contained in:
SeDemal
2024-06-08 23:35:35 +02:00
committed by GitHub
parent 2c1b52aff9
commit bac09d8be5
3 changed files with 22 additions and 17 deletions

View File

@@ -1,4 +1,9 @@
import baseConfig from "@homarr/eslint-config/base";
/** @type {import('typescript-eslint').Config} */
export default [...baseConfig];
export default [
{
ignores: ["wssServer.cjs"],
},
...baseConfig,
];