Skip to content
New issue

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

Results of weekly scheduled smoke test #2500

Open
github-actions bot opened this issue Nov 17, 2024 · 1 comment
Open

Results of weekly scheduled smoke test #2500

github-actions bot opened this issue Nov 17, 2024 · 1 comment

Comments

@github-actions
Copy link

Something went wrong. This is likely an internal error of eslint-remote-tester-run-action.

Click to expand
Error: Configuration validation errors:
- eslintConfig: Error while loading rule 'unicorn/expiring-todo-comments': Cannot read properties of undefined (reading 'decoration')
Occurred while linting /github/workspace/__placeholder__.js
    at validate (file:///github/workspace/node_modules/eslint-remote-tester/dist/config/validator.js:149:19)
    at async runTester (file:///index.mjs:26783:3)
@codepunkt
Copy link

codepunkt commented Nov 18, 2024

If the smoke test is based on latest eslint versions, this is an actual error.
Eslint has decided to change the way their rules accept default arguments, so if this plugin is using any eslint base rules under the hood, it's probably that.

This is the related typescript-eslint thread. They have released a few canaries over the weekend trying to deal with this.

See #2496

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant