Skip to content

Commit

Permalink
[eslint] disable yoda rule entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 11, 2024
1 parent ac41646 commit ca9e742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"one-var-declaration-per-line": 0,
"no-use-before-define": 1,
"vars-on-top": 0,
"yoda": 1,
"yoda": 0,
}
}

0 comments on commit ca9e742

Please sign in to comment.