clash-and-dashboard/tslint.json
2018-09-10 00:17:45 +08:00

10 lines
217 B
JSON

{
"extends": "tslint-config-standard",
"rules": {
"indent": [true, "spaces", 4],
"ter-indent": [true, 4],
"no-empty": false,
"quotemark": [true, "single", "jsx-double"]
}
}