Skip to content

Commit 9611516

Browse files
committed
chore: putout: actions: lint ☘️
1 parent 1c2c10f commit 9611516

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/the-book-of-ast.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ friend.
144144
```js
145145
if (fruit === '🍎')
146146
// 🌳(🍎)
147-
eat('🍎'); // 🦏 ❤️ 🍎
147+
eat('🍎');
148+
// 🦏 ❤️ 🍎
148149
```
149150

150151
"An apple can grow on a branch, but branch cannot grow on apple, the same goes to **Expressions** and **Statements**", continued 🐊**Putout**.

packages/compare/lib/link.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ const parseName = (node) => {
2424

2525
if (isTSTypeReference(node))
2626
return node.typeName.name;
27-
2827
// if (isTSMappedType(node))
29-
3028
// return node.key.name;
3129
};
3230

0 commit comments

Comments
 (0)