Added the underscore node_module.
All checks were successful
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 39s
All checks were successful
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 39s
This commit is contained in:
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": [["&&", "||"]]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user