Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 4bcff57

Browse files
committed
add prettier(extensions + config + ignore).
1 parent d0a8b84 commit 4bcff57

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

.gitpod.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,23 @@ vscode:
1212
- [email protected]:7hF8G3VtB+HNearI5Zw+NA==
1313
- [email protected]:YnjK47pXScU3DMFfQzkkOw==
1414

15+
- [email protected]:t532ajsImUSrA9N8Bd7jQw==
16+
1517
github:
1618
prebuilds:
1719
# enable for the master/default branch (defaults to true)
1820
master: true
19-
# enable for all branches in this repo (defaults to false)
21+
# enable for all branches in this repo (defaults to false)
2022
branches: true
21-
# enable for pull requests coming from this repo (defaults to true)
23+
# enable for pull requests coming from this repo (defaults to true)
2224
pullRequests: true
23-
# enable for pull requests coming from forks (defaults to false)
25+
# enable for pull requests coming from forks (defaults to false)
2426
pullRequestsFromForks: true
25-
# add a check to pull requests (defaults to true)
27+
# add a check to pull requests (defaults to true)
2628
addCheck: true
27-
# add a "Review in Gitpod" button as a comment to pull requests (defaults to false)
29+
# add a "Review in Gitpod" button as a comment to pull requests (defaults to false)
2830
addComment: false
29-
# add a "Review in Gitpod" button to the pull request's description (defaults to false)
31+
# add a "Review in Gitpod" button to the pull request's description (defaults to false)
3032
addBadge: false
31-
# add a label once the prebuild is ready to pull requests (defaults to false)
32-
addLabel: false
33+
# add a label once the prebuild is ready to pull requests (defaults to false)
34+
addLabel: false

.prettierignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules/
2+
.public/
3+
.cache/
4+

.prettierrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

0 commit comments

Comments
 (0)