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 2bd4e79 commit b112c23Copy full SHA for b112c23
modules/.eslintrc
@@ -10,6 +10,7 @@
10
"plugin:import/errors"
11
],
12
"rules": {
13
+ // ExtendScript wrongly gives equal precedence to && and ||. #2949
14
"no-mixed-operators": [
15
"error",
16
{
0 commit comments