Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the ESLint configuration for the regexp plugin specifically given changes from 1.15.0 to 2.0.0 All new rules are enabled except `regexp/require-unicode-sets-regexp` to promote the best as well as consistent regular expressions. The rule `regexp/require-unicode-sets-regexp` isn't enabled because the `v` flag it enforces is incompatible with older Node.js versions supported by this project. Other than that, the major version bump did not appear to break anything for the usage of the plugin within this project.