typescript-array-utils
Version:
Immutable array manipulation methods
33 lines (31 loc) • 663 B
JSON
{
"extends": ["tslint:recommended"],
"rules": {
"indent": [
true,
"tabs"
],
"object-literal-sort-keys": false,
"trailing-comma": false,
"no-trailing-whitespace": false,
"no-string-literal": false,
"triple-equals": false,
"whitespace": [
true,
"check-decl",
"check-operator",
"check-separator",
"check-type"
],
"max-line-length": false,
"eofline": false,
"curly": false,
"one-line": false,
"switch-default": false,
"radix": false,
"interface-name": false,
"semicolon": [true, "always", "ignore-bound-class-methods"]
},
"rulesDirectory": [
]
}