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-plugin-jest splits their rule list by meta.docs.requiresTypeChecking, but then has to manually list out all the rule list columns minus the "requires type checking" column to avoid showing it unnecessarily. We could do this automatically.
My only concern is that this "magic" would preclude someone from including the column if they for some reason still wanted it in this situation (despite it being redundant).
The text was updated successfully, but these errors were encountered:
eslint-plugin-jest splits their rule list by
meta.docs.requiresTypeChecking
, but then has to manually list out all the rule list columns minus the "requires type checking" column to avoid showing it unnecessarily. We could do this automatically.https://github.com/jest-community/eslint-plugin-jest/blob/7984bc211cad0a8e226202a2ebf241956169c064/.eslint-doc-generatorrc.js#L9-L19
My only concern is that this "magic" would preclude someone from including the column if they for some reason still wanted it in this situation (despite it being redundant).
The text was updated successfully, but these errors were encountered: