mirror of
https://github.com/Azure/setup-helm.git
synced 2026-04-15 02:54:46 +00:00
Add node modules and compiled JavaScript from main
This commit is contained in:
parent
1b3cd6513d
commit
5c25cf98f2
8242 changed files with 1801811 additions and 5 deletions
21
node_modules/underscore/modules/.eslintrc
generated
vendored
Normal file
21
node_modules/underscore/modules/.eslintrc
generated
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 6,
|
||||
"sourceType": "module",
|
||||
},
|
||||
"plugins": [
|
||||
"import"
|
||||
],
|
||||
"extends": [
|
||||
"plugin:import/errors"
|
||||
],
|
||||
"rules": {
|
||||
// ExtendScript wrongly gives equal precedence to && and ||. #2949
|
||||
"no-mixed-operators": [
|
||||
"error",
|
||||
{
|
||||
"groups": [["&&", "||"]]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue