Skip to content

Commit 1643072

Browse files
committed
Fix eslint warning by ignoring it
1 parent 98b44dc commit 1643072

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/output.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable @typescript-eslint/naming-convention */
12
import { AstParser, extractTests } from '@exercism/static-analysis'
23
import type { ExtractedTestCase, ParsedSource } from '@exercism/static-analysis'
34
import type { ConsoleBuffer } from '@jest/console'

0 commit comments

Comments
 (0)