mirror of
https://github.com/Azure/setup-helm.git
synced 2025-09-12 15:06:38 +00:00
committed by
GitHub
parent
20d2b4f98d
commit
e4f3964f67
11
node_modules/underscore/modules/.eslintrc
generated
vendored
11
node_modules/underscore/modules/.eslintrc
generated
vendored
@ -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