mirror of
https://github.com/caprover/caprover
synced 2025-12-05 19:15:32 +00:00
Updated prettier
This commit is contained in:
11
.prettierrc
11
.prettierrc
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"trailingComma": "es5",
|
||||
"tabWidth": 4,
|
||||
"semi": false,
|
||||
"singleQuote": true
|
||||
"trailingComma": "es5",
|
||||
"tabWidth": 4,
|
||||
"semi": false,
|
||||
"arrowParens": "always",
|
||||
"bracketSpacing": true,
|
||||
"singleQuote": true
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
FROM node:14-alpine
|
||||
|
||||
RUN apk update && apk upgrade && \
|
||||
apk add --no-cache bash git openssh openssl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user