mirror of
https://github.com/Azure/setup-helm.git
synced 2026-09-03 13:39:20 +00:00
+10
-1
@@ -8,5 +8,14 @@
|
||||
],
|
||||
"extends": [
|
||||
"plugin:import/errors"
|
||||
]
|
||||
],
|
||||
"rules": {
|
||||
// ExtendScript wrongly gives equal precedence to && and ||. #2949
|
||||
"no-mixed-operators": [
|
||||
"error",
|
||||
{
|
||||
"groups": [["&&", "||"]]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user