Skip to content

Commit 5082d2c

Browse files
committed
chore: putout: actions: lint ☘️
1 parent a9aede5 commit 5082d2c

File tree

1 file changed

+0
-1
lines changed
  • packages/plugin-remove-useless-variables/lib/assignment

1 file changed

+0
-1
lines changed

packages/plugin-remove-useless-variables/lib/assignment/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,3 @@ module.exports.match = () => ({
2626
module.exports.replace = () => ({
2727
'(__a = __b).__c': '__b.__c',
2828
});
29-

0 commit comments

Comments
 (0)