Skip to content

Commit

Permalink
fix: Disable conditions/remove-zero
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Oct 28, 2024
1 parent 49511c2 commit 7c7eff0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ export default [
{
rules: {
'conditions/apply-consistent-blocks': 'off',
'conditions/remove-zero': 'off',
'conditions/remove-zero-conditions': 'off',
'new/remove-useless': 'off',
'nodejs/declare': 'off',
Expand Down

0 comments on commit 7c7eff0

Please sign in to comment.