mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-12 13:01:42 +02:00
Start new Node.js-based backend
This commit is contained in:
13
backend/karaoqueue-backend/tslint.json
Normal file
13
backend/karaoqueue-backend/tslint.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"defaultSeverity": "error",
|
||||
"extends": [
|
||||
"tslint:recommended"
|
||||
],
|
||||
"jsRules": {},
|
||||
"rules": {
|
||||
"trailing-comma": [
|
||||
false
|
||||
]
|
||||
},
|
||||
"rulesDirectory": []
|
||||
}
|
Reference in New Issue
Block a user