Skip to content

Precompiled 2025-10-08-cf40c80

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Oct 18:04
· 195 commits to main since this release
ESLint: Remove incorrect `hasSuggestions` on rules (#41771)

This was suggested by the `require-meta-has-suggestions` rule of `eslint-plugin-eslint-plugin`:

```
/Users/nicolas/Documents/convex/npm-packages/@convex-dev/eslint-plugin/src/lib/noMissingArgs.ts
  154:21  error  `meta.hasSuggestions` cannot be `true` for non-suggestable rules  eslint-plugin/require-meta-has-suggestions
```

Looking at it in details, it looks like these rules provide _fixes_ (🔧) but not _suggestions_ (💡), so setting `hasSuggestions` is incorrect.

GitOrigin-RevId: 45fbe897594dd8135882b3c4409938698f2baa5f