Skip to content

Commit

Permalink
build: upgrade toolchain (v0.15.0-beta.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
syimyuzya committed Aug 22, 2024
1 parent 3495597 commit a8dd8d2
Show file tree
Hide file tree
Showing 3 changed files with 312 additions and 365 deletions.
7 changes: 7 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ export default tseslint.config(
allowNumber: true,
},
],

'@typescript-eslint/no-unused-expressions': [
'error',
{
allowShortCircuit: true,
},
],
},
},
prettierConfig,
Expand Down
Loading

0 comments on commit a8dd8d2

Please sign in to comment.