lix-website/themes/lix/assets/bootstrap/node_modules/array.prototype.flat/.eslintrc

37 lines
520 B
Plaintext
Raw Permalink Normal View History

2024-04-27 03:39:10 +00:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": [2, {
"capIsNewExceptions": [
"ArraySpeciesCreate",
"Call",
"CreateDataPropertyOrThrow",
"FlattenIntoArray",
"Get",
"HasProperty",
"IsArray",
"Set",
"ToIntegerOrInfinity",
"ToLength",
"ToObject",
"ToString",
],
}],
"no-magic-numbers": 0,
},
"overrides": [
{
"files": "test/**",
"rules": {
"func-name-matching": 0,
"max-params": 0,
"no-invalid-this": [1],
},
},
],
}