Skip to content

Commit 36fcbe2

Browse files
committed
chore: putout: actions: lint ☘️
1 parent 6e1fc09 commit 36fcbe2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/plugin-parens/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Checkout in 🐊[**Putout Editor**](https://putout.cloudcmd.io/#/gist/3800b0c52a
158158
### ❌ Example of incorrect code
159159

160160
```ts
161-
createNestedDirectory(({}) as any);
161+
createNestedDirectory({} as any);
162162
```
163163

164164
### ✅ Example of correct code

0 commit comments

Comments
 (0)