Skip to content

Commit 62b94d8

Browse files
committed
chore: putout: actions: lint ☘️
1 parent b192f9d commit 62b94d8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/plugin-github/lib/add-property.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ const traverse = (name, property) => ({push}) => ({
4242

4343
const {parentPath} = propertyPath;
4444

45-
const {[`${property}Path`]: current} = getProperties(parentPath, [property]);
45+
const {
46+
[`${property}Path`]: current,
47+
} = getProperties(parentPath, [property]);
4648

4749
if (current)
4850
return;

packages/plugin-nodejs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ npm i putout @putout/plugin-nodejs -D
1919

2020
-[add-node-prefix](#add-node-prefix);
2121
-[add-missing-strict-mode](#add-missing-strict-mode);
22-
-[convert-buffer-to-buffer-alloc](#convert-buffer-to-buffer-alloc);
22+
-[convert-buffer-to-buffer-alloc](#convert-buffer-to-buffer-alloc);
2323
-[convert-commonjs-to-esm](#convert-commonjs-to-esm);
2424
-[convert-dirname-to-url](#convert-dirname-to-url);
2525
-[convert-esm-to-commonjs](#convert-esm-to-commonjs);

0 commit comments

Comments
 (0)