mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-20 03:21:47 +02:00
13 lines
210 B
JSON
13 lines
210 B
JSON
{
|
|
"defaultSeverity": "error",
|
|
"extends": [
|
|
"tslint:recommended"
|
|
],
|
|
"jsRules": {},
|
|
"rules": {
|
|
"trailing-comma": [
|
|
false
|
|
]
|
|
},
|
|
"rulesDirectory": []
|
|
} |