eslint: add shared/

This commit is contained in:
Reto Brunner 2023-01-29 17:57:58 +01:00
parent 60bb561e49
commit 6f13735a7f

View file

@ -7,6 +7,7 @@ const projects = defineConfig({
"./tsconfig.json",
"./client/tsconfig.json",
"./server/tsconfig.json",
"./shared/tsconfig.json",
"./test/tsconfig.json",
],
},