-
-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Description
Suggestion
Support the recommended rule eslint-plugin/prefer-message-ids by providing a meta.messages
property using a MessageId. Currently, running yo eslint:rule
does not add this property to the generated lib/rules/<rule-id>.js
rule.
Background
- The rule eslint-plugin/prefer-message-ids from eslint-plugin-eslint-plugin is part of the recommended config for this plugin where it says:
When reporting a rule violation, it's preferred to provide the violation message with the messageId property instead of the message property.