Skip to content

Commit a4f1d66

Browse files
committed
revert tests/utils.ts
1 parent e139a4d commit a4f1d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,5 +266,5 @@ function getConfig(ruleName: string, inputFile: string) {
266266
? require.resolve("svelte-eslint-parser")
267267
: undefined
268268

269-
return { parser, ...config, parserOptions: {}, code, filename }
269+
return Object.assign({ parser }, config, { code, filename })
270270
}

0 commit comments

Comments
 (0)