bucketing
Version:
group an array of items into buckets
24 lines • 439 B
JSON
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended"
],
"jsRules": {},
"rules": {
"arrow-parens": [
"ban-single-arg-parens"
],
"interface-name": [
false
],
"max-line-length": [
80
],
"quotemark": [
true,
"single",
"avoid-escape"
]
},
"rulesDirectory": []
}