@kamiazya/freebusy
Version:
Determine free blocks from a list of events.
53 lines (52 loc) • 944 B
JSON
{
"defaultSeverity": "warning",
"extends": [
"tslint:recommended"
],
"rules": {
"arrow-return-shorthand": true,
"callable-types": true,
"class-name": true,
"import-spacing": true,
"curly": true,
"deprecation": {
"severity": "warn"
},
"eofline": true,
"forin": true,
"quotemark": [
true,
"single"
],
"indent": [
true,
"spaces",
2
],
"interface-name": false,
"ordered-imports": false,
"object-literal-sort-keys": false,
"no-consecutive-blank-lines": false,
"no-console": false,
"comment-format": [
true,
"check-space"
],
"max-line-length": [
true,
140
],
"member-access": false,
"member-ordering": [
true,
{
"order": [
"static-field",
"instance-field",
"static-method",
"instance-method"
]
}
]
}
}