run prettier as pre-commit hook (#3264)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user