prefer-object-rule
should port over potential deprecated
and schema
properties from function-style rule
#311
Labels
As seen here, the deprecated/function-style format of ESLint rules can actually export
deprecated
andschema
properties, and we should ensure that eslint-plugin/prefer-object-rule ports those over to themeta
object when converting a rule to the modern object-style rule.Before:
After (desired):
The text was updated successfully, but these errors were encountered: