We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cfbd03 commit c42e548Copy full SHA for c42e548
1 file changed
packages/eslint-config-eslint/default.yml
@@ -206,4 +206,4 @@ rules:
206
unicode-bom: "error"
207
wrap-iife: "error"
208
yield-star-spacing: "error"
209
- yoda: ["error", "never"]
+ yoda: ["error", "never", { exceptRange: true }]
0 commit comments