Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceman03 committed Sep 14, 2024
1 parent 4ad7639 commit 7cc2d64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/eslint-config-custom/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ module.exports = {
],
plugins: ["@typescript-eslint"],
rules: {
"@typescript-eslint/no-misused-promises": ["error", {
"checksVoidReturn": {
"attributes": false
}
}],
"@typescript-eslint/no-empty-interface": ["off", "never"],
"@typescript-eslint/no-unused-vars": [
"error",
Expand Down

0 comments on commit 7cc2d64

Please sign in to comment.