Skip to content

Commit

Permalink
don't require await
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Nov 19, 2023
1 parent 2b0a494 commit 64b92d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/template/base/_eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const config = {
},
],
"@typescript-eslint/no-unused-vars": ["warn", { argsIgnorePattern: "^_" }],
"@typescript-eslint/require-await": "off",
"@typescript-eslint/no-misused-promises": [
"error",
{
Expand Down

0 comments on commit 64b92d3

Please sign in to comment.