Skip to content

Commit

Permalink
Chore: enable exceptRange option in the yoda rule (#12857)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Jun 13, 2020
1 parent 6cfbd03 commit c42e548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-eslint/default.yml
Expand Up @@ -206,4 +206,4 @@ rules:
unicode-bom: "error"
wrap-iife: "error"
yield-star-spacing: "error"
yoda: ["error", "never"]
yoda: ["error", "never", { exceptRange: true }]

0 comments on commit c42e548

Please sign in to comment.