We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e41e4 commit 424185cCopy full SHA for 424185c
eslint/.eslintrc-magento
@@ -76,6 +76,7 @@
76
"strict": ["error", "function"],
77
"use-isnan": 2,
78
"valid-typeof": 2,
79
- "vars-on-top": 2
+ "vars-on-top": 2,
80
+ "yoda": [2, "never"]
81
}
82
0 commit comments