Initial commit
This commit is contained in:
29
frontend/webapp/node_modules/array-includes/.eslintrc
generated
vendored
Normal file
29
frontend/webapp/node_modules/array-includes/.eslintrc
generated
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"root": true,
|
||||
|
||||
"extends": "@ljharb",
|
||||
|
||||
"rules": {
|
||||
"id-length": [2, { "min": 1, "max": 26 }],
|
||||
"new-cap": [2, {
|
||||
"capIsNewExceptions": [
|
||||
"GetIntrinsic",
|
||||
"ToObject",
|
||||
"ToIntegerOrInfinity",
|
||||
"ToLength",
|
||||
"SameValueZero",
|
||||
"RequireObjectCoercible",
|
||||
],
|
||||
}],
|
||||
},
|
||||
|
||||
"overrides": [
|
||||
{
|
||||
"files": "test/**",
|
||||
"rules": {
|
||||
"max-lines-per-function": 0,
|
||||
"no-invalid-this": 1,
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user