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
As per the ESLint documentation it is possible to add meta data to rules to indicate deprecated status. This metadata is used by packages such as eslint-find-rules to help developers find rules in their shared configuration that are deprecated.
Would it be possible to add this metadata to any deprecated rules such as jasmine/valid-expect?
The text was updated successfully, but these errors were encountered:
As per the ESLint documentation it is possible to add meta data to rules to indicate deprecated status. This metadata is used by packages such as
eslint-find-rules
to help developers find rules in their shared configuration that are deprecated.Would it be possible to add this metadata to any deprecated rules such as
jasmine/valid-expect
?The text was updated successfully, but these errors were encountered: