Skip to content

Commit acd47e3

Browse files
committed
chore: putout: actions: lint ☘️
1 parent 8bb2171 commit acd47e3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/plugin-printer/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,15 @@ Checkout in 🐊[**Putout Editor**](https://putout.cloudcmd.io/#/gist/ddf1425ace
114114

115115
```js
116116
import {createTest} from '#test';
117+
117118
const {test, fixture} = createTest(__dirname);
118119
```
119120

120121
### ✅ Example of correct code
121122

122123
```js
123124
import {createTest} from '#test';
125+
124126
const {test, fixture} = createTest(import.meta.url);
125127
```
126128

0 commit comments

Comments
 (0)