Skip to content

Commit 910a9ff

Browse files
committed
chore: putout: actions: lint ☘️
1 parent 148392e commit 910a9ff

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

packages/engine-processor/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ await runProcessors({
3030
index,
3131
length,
3232
processorRunners,
33+
3334
// optional
3435
load, // when you need to override 'import()'
3536
});
@@ -85,6 +86,7 @@ export const lint = async (source, {fix}) => {
8586
const [code, places] = await eslint(source, {
8687
fix,
8788
});
89+
8890
return [code, places];
8991
};
9092
```

packages/engine-processor/test/processor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ test('putout: engine-processor: getFilePatterns', (t) => {
510510
js,
511511
css,
512512
];
513+
513514
const result = getFilePatterns(processors);
514515

515516
const expected = [

0 commit comments

Comments
 (0)