Skip to content

Commit d644eb6

Browse files
committed
docs: @putout/engine-processor: lint example
1 parent 3718e7e commit d644eb6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/engine-processor/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,11 @@ export const merge = (source, list) => {
7070
};
7171
```
7272

73-
Instead of `find` and `fix` you can use `lint`:
73+
Instead of `find` and `fix` you can export `lint`:
7474

7575
```js
76+
import eslint from '@putout/eslint';
77+
7678
export const files = [
7779
'*.js',
7880
];

0 commit comments

Comments
 (0)