1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 01:39:37 +02:00

Add public links to AP representation

See https://github.com/Chocobozzz/PeerTube/issues/6389
This commit is contained in:
Chocobozzz 2025-02-21 07:52:33 +01:00
parent de5adc09b2
commit e81b6eba74
No known key found for this signature in database
GPG key ID: 583A612D890159BE
17 changed files with 267 additions and 152 deletions

View file

@ -12,8 +12,7 @@
"singleBodyPosition": "maintain",
"nextControlFlowPosition": "sameLine",
"trailingCommas": "never",
"operatorPosition": "sameLine",
"conditionalExpression.operatorPosition": "nextLine",
"operatorPosition": "maintain",
"preferHanging": false,
"preferSingleLine": false,
"arrowFunction.useParentheses": "preferNone",
@ -64,12 +63,9 @@
"arrayExpression.spaceAround": true,
"arrayPattern.spaceAround": true
},
"json": {
},
"markdown": {
},
"toml": {
},
"json": {},
"markdown": {},
"toml": {},
"excludes": [
"**/node_modules",
"**/*-lock.json",