Skip to content

Commit

Permalink
lint: disable no-constant-condition
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Nov 15, 2024
1 parent 0d805e3 commit f1f96ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ module.exports = {
'prettier/prettier': 'warn',

// Not a risk with our coding style
'no-constant-condition': 'off',
'no-use-before-define': 'off',
},
settings: {
Expand Down

0 comments on commit f1f96ad

Please sign in to comment.