You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments