Skip to content

Commit

Permalink
fix: Disable putout/multiple-properties-destructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Oct 21, 2024
1 parent 9aad549 commit 6438495
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 @@ -360,6 +360,7 @@ export default [
'putout/function-declaration-paren-newline': 'off',
'putout/keyword-spacing': 'off',
'putout/long-properties-destructuring': 'off',
'putout/multiple-properties-destructuring': 'off',
'putout/objects-braces-inside-array': 'off',
'putout/putout': [
'error',
Expand Down

0 comments on commit 6438495

Please sign in to comment.