We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caaf04d commit b4c9990Copy full SHA for b4c9990
eslint.config.mjs
@@ -4,8 +4,9 @@ import unjs from "eslint-config-unjs";
4
export default unjs({
5
ignores: [],
6
rules: {
7
- "no-undef": 0,
8
- "unicorn/consistent-destructuring": 0,
9
- "unicorn/no-await-expression-member": 0
10
-},
11
-});
+ "no-undef": 0,
+ "unicorn/consistent-destructuring": 0,
+ "unicorn/no-await-expression-member": 0,
+ "@typescript-eslint/no-empty-object-type": 0,
+ },
12
+});
0 commit comments