Skip to content

Commit

Permalink
fix: update eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM committed Oct 15, 2024
1 parent 8fed177 commit a0edc38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ module.exports = {
parser: '@typescript-eslint/parser',
rules: {
'@typescript-eslint/no-unused-vars': 'warn',
'@typescript-eslint/no-unused-expressions': [
'error',
{ allowShortCircuit: true, allowTernary: true },
],
},
},
{
Expand Down

0 comments on commit a0edc38

Please sign in to comment.