blob: 33ee2fff1043f78bb87bfb423b9b5e50cd505a72 [file] [log] [blame]
{
"rules": {
"semicolon": [true, "always"],
"member-ordering": [
true,
"static-before-instance",
"variables-before-functions"
],
"max-line-length": {
"options": [120]
},
"no-consecutive-blank-lines": true,
"no-var-keyword": true,
"no-parameter-reassignment": true,
"quotemark": [true, "double"],
"typedef": [true, "call-signature"],
"indent": [true, "spaces", 2]
},
"_comment": "Docs: https://palantir.github.io/tslint/rules/"
}