Skip to content

Commit

Permalink
fix: replace a 2 with "error" in eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
piousdeer authored Nov 18, 2023
1 parent cef18c6 commit b56a904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/template/base/_eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const config = {
],
"@typescript-eslint/no-unused-vars": ["warn", { argsIgnorePattern: "^_" }],
"@typescript-eslint/no-misused-promises": [
2,
"error",
{
checksVoidReturn: { attributes: false },
},
Expand Down

0 comments on commit b56a904

Please sign in to comment.