Skip to content

Commit c00393c

Browse files
committed
chore: @putout/processor-typescript: use @putout/printer
1 parent e9aedb6 commit c00393c

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

packages/processor-typescript/.madrun.mjs

-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ export default {
1010
'coverage': async () => `c8 ${await run('test')}`,
1111
'report': () => 'c8 report --reporter=lcov',
1212
};
13-

packages/processor-typescript/.putout.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"printer": "putout",
23
"rules": {
34
"putout": "on"
45
}

packages/processor-typescript/lib/typescript.js

-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ function toPlace(diagnostic) {
2525
},
2626
};
2727
}
28-

packages/processor-typescript/test/typescript.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import {createTest} from '@putout/test/processor';
2+
23
const test = createTest(import.meta.url, {
34
processors: [
45
'typescript',
@@ -15,4 +16,3 @@ test('putout: processor: typescript', async ({comparePlaces}) => {
1516
rule: 'type-check (typescript)',
1617
}]);
1718
});
18-

0 commit comments

Comments
 (0)