Files
30-seconds-of-code/node_modules/object.fromentries/.eslintrc
2019-08-20 15:52:05 +02:00

26 lines
421 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements-per-line": [2, { "max": 2 }],
"max-statements": [2, 22],
"new-cap": [2, {
"capIsNewExceptions": [
"CreateDataPropertyOrThrow",
"Get",
"GetIterator",
"IsArray",
"IteratorStep",
"IteratorClose",
"IteratorValue",
"ThrowCompletion",
"ToPropertyKey",
"Type",
"RequireObjectCoercible",
],
}],
},
}