Skip to content

Commit b4c9990

Browse files
committed
chore: update eslint config
1 parent caaf04d commit b4c9990

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

eslint.config.mjs

+6-5
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ import unjs from "eslint-config-unjs";
44
export default unjs({
55
ignores: [],
66
rules: {
7-
"no-undef": 0,
8-
"unicorn/consistent-destructuring": 0,
9-
"unicorn/no-await-expression-member": 0
10-
},
11-
});
7+
"no-undef": 0,
8+
"unicorn/consistent-destructuring": 0,
9+
"unicorn/no-await-expression-member": 0,
10+
"@typescript-eslint/no-empty-object-type": 0,
11+
},
12+
});

0 commit comments

Comments
 (0)