Navigation Menu

Skip to content

Commit

Permalink
Updated prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
githubsaturn committed Jun 22, 2020
1 parent ded19b6 commit 17494c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .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 change: 1 addition & 0 deletions dockerfile-captain.edge
@@ -1,4 +1,5 @@
FROM node:14-alpine

RUN apk update && apk upgrade && \
apk add --no-cache bash git openssh openssl

Expand Down

0 comments on commit 17494c8

Please sign in to comment.