Skip to content

Commit 1438904

Browse files
committed
fix(lint): add no-empty-object-type rule to suppress Prisma generic warnings
1 parent 768ba93 commit 1438904

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/backend/eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export default tseslint.config(
3131
'@typescript-eslint/no-unsafe-call': 'warn',
3232
'@typescript-eslint/no-unsafe-member-access': 'off',
3333
'@typescript-eslint/no-unsafe-return': 'warn',
34+
'@typescript-eslint/no-empty-object-type': 'warn',
3435
'@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_', varsIgnorePattern: '^_' }],
3536
"prettier/prettier": ["error", { endOfLine: "auto" }],
3637
},

0 commit comments

Comments
 (0)