This repository has been archived on 2022-01-16. You can view files and clone it, but cannot push or open issues or pull requests.
irreligious/tslint.json

20 lines
376 B
JSON

{
"extends": "tslint:recommended",
"rules": {
"no-reference": false,
"space-before-function-paren": true,
"whitespace": [
true,
"check-branch",
"check-decl",
"check-operator",
"check-rest-spread",
"check-type",
"check-typecast",
"check-type-operator",
"check-preblock",
"check-postbrace"
]
}
}