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
Raw Normal View History

2017-02-17 22:28:53 +00:00
{
"extends": "tslint:recommended",
"rules": {
"quotemark": [true, "single"],
2017-04-18 13:52:56 +01:00
"trailing-comma": false,
"only-arrow-functions": false,
"interface-name": false
2017-02-17 22:28:53 +00:00
}
}