archive
/
tstatic
Archived
1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
tstatic/tslint.json

10 lines
183 B
JSON

{
"extends": "tslint:recommended",
"rules": {
"quotemark": [true, "single"],
"trailing-comma": false,
"only-arrow-functions": false,
"interface-name": false
}
}