Skip to content

Commit 29ef49b

Browse files
committed
feat(eslint): add rule for empty object type handling
1 parent cd110ea commit 29ef49b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export default [
3838
varsIgnorePattern: "^_",
3939
},
4040
],
41+
"@typescript-eslint/no-empty-object-type": "off",
4142
"prettier/prettier": "error",
4243
},
4344
},

0 commit comments

Comments
 (0)