mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 14:01:56 +08:00
10 lines
217 B
JSON
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"]
|
|
}
|
|
}
|