We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3533918 commit cb2ab3bCopy full SHA for cb2ab3b
tests/utils/utils.ts
@@ -266,5 +266,5 @@ function getConfig(ruleName: string, inputFile: string) {
266
? require.resolve("svelte-eslint-parser")
267
: undefined
268
269
- return { parser, ...config, parserOptions: {}, code, filename }
+ return Object.assign({ parser }, config, { code, filename })
270
}
0 commit comments