Skip to content

Commit

Permalink
chore: update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 8, 2024
1 parent caaf04d commit b4c9990
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ import unjs from "eslint-config-unjs";
export default unjs({
ignores: [],
rules: {
"no-undef": 0,
"unicorn/consistent-destructuring": 0,
"unicorn/no-await-expression-member": 0
},
});
"no-undef": 0,
"unicorn/consistent-destructuring": 0,
"unicorn/no-await-expression-member": 0,
"@typescript-eslint/no-empty-object-type": 0,
},
});

0 comments on commit b4c9990

Please sign in to comment.