react-kiwi-dropdown
Version:
| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha
26 lines (23 loc) • 421 B
Plain Text
{
"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",
],
}],
},
}