Skip to content

Commit

Permalink
fix: Disable putout/remove-useless-constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Oct 16, 2024
1 parent cd09435 commit a552128
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 @@ -368,6 +368,7 @@ export default [
'conditions/apply-consistent-blocks': 'off',
'new/remove-useless': 'off',
'nodejs/declare': 'off',
'remove-useless-constructor': 'off',
},
},
],
Expand Down

0 comments on commit a552128

Please sign in to comment.