mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 01:39:31 +02:00
12 lines
210 B
JSON
12 lines
210 B
JSON
{
|
|
"defaultSeverity": "error",
|
|
"extends": [
|
|
"tslint-config-standard"
|
|
],
|
|
"jsRules": {},
|
|
"rules": {
|
|
"await-promise": [true, "Bluebird"],
|
|
"ordered-imports": true
|
|
},
|
|
"rulesDirectory": []
|
|
}
|