Skip to content

Commit 199682d

Browse files
committed
chore: putout: actions: lint ☘️
1 parent 2806ea8 commit 199682d

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
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

packages/plugin-apply-overrides/test/apply-overrides.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ test('putout: apply-overrides: no report: not-destr', (t) => {
4545
t.end();
4646
});
4747

48-
test('putout: apply-overrides: no report: not-idenfier', (t) => {
48+
test('putout: apply-overrides: no report: not-identifier', (t) => {
4949
t.noReport('not-identifier');
5050
t.end();
5151
});

0 commit comments

Comments
 (0)