Skip to content

Commit cbc664f

Browse files
supercodestartpopplayer212jameslee88212
committed
add: .prettier settings
Co-Authored-By: James Chan <[email protected]> Co-Authored-By: James Lee <[email protected]>
1 parent 003486f commit cbc664f

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.prettierignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Ignore artifacts
2+
.DS_Store
3+
.env
4+
.gitignore
5+
.prettierignore
6+
build
7+
dist
8+
frontend
9+
node_modules
10+
11+
# Ignore files
12+
*.gif
13+
*.ico
14+
*.jpeg
15+
*.jpg
16+
*.lock
17+
*.png
18+
*.svg
19+
*.txt
20+
*.woff
21+
*.woff2

.prettierrc.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"singleQuote": true,
3+
"arrowParens": "always",
4+
"printWidth": 60,
5+
"trailingComma": "all"
6+
}

0 commit comments

Comments
 (0)