-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Rule Change: Suggestions for require-unicode-regexp #15089
Copy link
Copy link
Closed
Labels
acceptedThere is consensus among the team that this change meets the criteria for inclusionThere is consensus among the team that this change meets the criteria for inclusionarchived due to ageThis issue has been archived; please open a new issue for any further discussionThis issue has been archived; please open a new issue for any further discussionenhancementThis change enhances an existing feature of ESLintThis change enhances an existing feature of ESLintruleRelates to ESLint's core rulesRelates to ESLint's core rules
Metadata
Metadata
Assignees
Labels
acceptedThere is consensus among the team that this change meets the criteria for inclusionThere is consensus among the team that this change meets the criteria for inclusionarchived due to ageThis issue has been archived; please open a new issue for any further discussionThis issue has been archived; please open a new issue for any further discussionenhancementThis change enhances an existing feature of ESLintThis change enhances an existing feature of ESLintruleRelates to ESLint's core rulesRelates to ESLint's core rules
Type
Projects
Status
Complete
What rule do you want to change?
require-unicode-regexpWhat change to do you want to make?
Implement suggestions
How do you think the change should be implemented?
A new default behavior
Example code
/abc/What does the rule currently do for this code?
Reports error
What will the rule do after it's changed?
Give user suggestion prompt to convert into:
/abc/uParticipation
Additional comments
N/A