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
When using the recommended preset configuration for the eslint plugin, it shows up as "anonymous" in the eslint rule inspector.
Here's a screenshot of what it looks like when running npx @eslint/config-inspector@latest, with eslint-plugin-query and (for comparison) eslint-plugin-jsx-a11y configured:
Would be great if the recommended config was improved to contain a name, like tanstack-query/recommended. This makes the plugin look "more professional", but most importantly it helps me to get an overview of what sets of rules I have in my eslint configuration and where they come from.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When using the recommended preset configuration for the eslint plugin, it shows up as "anonymous" in the eslint rule inspector.
Here's a screenshot of what it looks like when running
npx @eslint/config-inspector@latest
, witheslint-plugin-query
and (for comparison)eslint-plugin-jsx-a11y
configured:The configuration used is:
Would be great if the recommended config was improved to contain a name, like
tanstack-query/recommended
. This makes the plugin look "more professional", but most importantly it helps me to get an overview of what sets of rules I have in my eslint configuration and where they come from.Beta Was this translation helpful? Give feedback.
All reactions