Skip to content

Commit b79d8e9

Browse files
committed
chore: putout: actions: lint ☘️
1 parent a1ade58 commit b79d8e9

File tree

1 file changed

+1
-3
lines changed
  • packages/plugin-putout-config/lib/apply-destructuring

1 file changed

+1
-3
lines changed

packages/plugin-putout-config/lib/apply-destructuring/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ const v41 = [
1010
['split-nested-destructuring', 'destructuring/split-nested'],
1111
];
1212

13-
const versions = [
14-
...v41,
15-
];
13+
const versions = [...v41];
1614

1715
export const {
1816
report,

0 commit comments

Comments
 (0)