Skip to content

Commit

Permalink
fix: replace a 2 with "error" in eslint config (#1664)
Browse files Browse the repository at this point in the history
Co-authored-by: Julius Marminge <julius0216@outlook.com>
  • Loading branch information
piousdeer and juliusmarminge authored Nov 18, 2023
1 parent cef18c6 commit 66213b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/smooth-buckets-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-t3-app": patch
---

chore: replace a `2` with `"error"` in eslint config
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 66213b0

Please sign in to comment.