Skip to content

Commit d389bab

Browse files
committed
fix: test
1 parent 409780f commit d389bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/fixtures/integrations/type-info-tests/issue226-setup.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function setupLinter(linter: Linter) {
1212
export function getConfig() {
1313
return {
1414
parser: "svelte-eslint-parser",
15-
parserOptions: generateParserOptions,
15+
parserOptions: generateParserOptions(),
1616
rules: {
1717
"@typescript-eslint/no-unsafe-argument": "error",
1818
},

0 commit comments

Comments
 (0)