We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running pnpm run update, I get the following error:
pnpm run update
/home/user/eslint-plugin-svelte/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/rules/no-empty-function.js:125 const [{ allow }] = context.options; ^ TypeError: Error while loading rule '@typescript-eslint/no-empty-function': Cannot read properties of undefined (reading 'allow') Occurred while linting /home/user/eslint-plugin-svelte/packages/eslint-plugin-svelte/src/types-for-node.ts at Object.create (/home/user/eslint-plugin-svelte/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/rules/no-empty-function.js:125:18) at create (/home/user/eslint-plugin-svelte/node_modules/.pnpm/@[email protected]_@[email protected][email protected]_typesc_dmdtqn535btny6mjh3zmxsioty/node_modules/@typescript-eslint/eslint-plugin/src/rules/no-empty-function.ts:68:28) at Object.create (/home/user/eslint-plugin-svelte/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@typescript-eslint/utils/src/eslint-utils/RuleCreator.ts:103:14) at createRuleListeners (/home/user/eslint-plugin-svelte/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:944:21) at /home/user/eslint-plugin-svelte/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:1082:84 at Array.forEach (<anonymous>) at runRules (/home/user/eslint-plugin-svelte/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:1013:34) at #flatVerifyWithoutProcessors (/home/user/eslint-plugin-svelte/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:1911:31) at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (/home/user/eslint-plugin-svelte/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:1993:49) at Linter._verifyWithFlatConfigArray (/home/user/eslint-plugin-svelte/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:2082:21)
The text was updated successfully, but these errors were encountered:
I think this is caused by typescript-eslint/typescript-eslint#10338 and can be fixed either by upgrading typescript-eslint to 8.15 or downgrading eslint to 9.14.
Sorry, something went wrong.
daff826
Successfully merging a pull request may close this issue.
When running
pnpm run update
, I get the following error:The text was updated successfully, but these errors were encountered: