Skip to content

Commit

Permalink
Disable require-await, it doesn't suit us
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalle19 committed Sep 2, 2024
1 parent f3e069b commit 6a12a6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ export default [

rules: {
"no-console": "error",
// We have type-hinted functions that in their dummy implementations return static data
"@typescript-eslint/require-await": "off",
},
},
];

0 comments on commit 6a12a6c

Please sign in to comment.