Skip to content

Commit

Permalink
Chore: enable prefer-regex-literals in eslint codebase (#12268)
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add authored and btmills committed Dec 20, 2019
1 parent 05faebb commit 4b3cc5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-eslint/default.yml
Expand Up @@ -175,6 +175,7 @@ rules:
prefer-const: "error"
prefer-numeric-literals: "error"
prefer-promise-reject-errors: "error"
prefer-regex-literals: "error"
prefer-rest-params: "error"
prefer-spread: "error"
prefer-template: "error"
Expand Down

0 comments on commit 4b3cc5c

Please sign in to comment.