Skip to content

Commit

Permalink
fix: groups in no-mixed-operators
Browse files Browse the repository at this point in the history
  • Loading branch information
byyuurin committed Feb 28, 2023
1 parent b83695d commit 0f3f10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/basic/index.js
Expand Up @@ -339,7 +339,7 @@ module.exports = {
{
groups: [
['==', '!=', '===', '!==', '>', '>=', '<', '<='],
['&&', '||'],
['&&', '||', '?:'],
['in', 'instanceof'],
],
allowSamePrecedence: true,
Expand Down

0 comments on commit 0f3f10b

Please sign in to comment.