diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 4b567364..4b04e87a 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -7,6 +7,7 @@ const projects = defineConfig({ "./tsconfig.json", "./client/tsconfig.json", "./server/tsconfig.json", + "./shared/tsconfig.json", "./test/tsconfig.json", ], }, diff --git a/client/components/MessageCondensed.vue b/client/components/MessageCondensed.vue index ba20283b..c45a7ac0 100644 --- a/client/components/MessageCondensed.vue +++ b/client/components/MessageCondensed.vue @@ -19,7 +19,7 @@