run prettier as pre-commit hook (#3264)

This commit is contained in:
Kjeld Schouten-Lebbing
2022-07-22 20:23:01 +02:00
committed by GitHub
parent c41dda9d32
commit ded5a3c0e6
711 changed files with 35800 additions and 32229 deletions
+9 -8
View File
@@ -1,20 +1,21 @@
env:
ANNOUNCEMENT: ''
MAX_SECRET_LENGTH: '3000'
ANNOUNCEMENT: ""
MAX_SECRET_LENGTH: "3000"
MESSAGES_CONFIRM_VIEW_SECRET_BUTTON: View Secret
MESSAGES_CONFIRM_VIEW_SECRET_HEADER: View this secret?
MESSAGES_ERROR_SECRET_TOO_LONG: Input length too long
MESSAGES_SUBMIT_SECRET_BUTTON: Encrypt Message
MESSAGES_SUBMIT_SECRET_HEADER: Create A Self-Destructing Message
MESSAGES_SUBMIT_SECRET_SUBHEADER: ''
MESSAGES_SUBMIT_SECRET_SUBHEADER: ""
MESSAGES_VIEW_CODE_HEADER: Self-Destructing URL
MESSAGES_VIEW_CODE_SUBHEADER: Share this URL via email, chat, or another messaging
MESSAGES_VIEW_CODE_SUBHEADER:
Share this URL via email, chat, or another messaging
service. It will self-destruct after being viewed once.
MESSAGES_VIEW_SECRET_HEADER: This message has been destroyed
PRUNE_ENABLED: 'true'
PRUNE_MAX_DAYS: '730'
PRUNE_MIN_DAYS: '365'
RETURN_FULL_URL: 'true'
PRUNE_ENABLED: "true"
PRUNE_MAX_DAYS: "730"
PRUNE_MIN_DAYS: "365"
RETURN_FULL_URL: "true"
SITE_TITLE: FlashPaper - Self-Destructing Message
image:
pullPolicy: IfNotPresent