Skip to content

Commit 90c11fe

Browse files
committed
fix prettier
1 parent 0364189 commit 90c11fe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.prettierignore

+2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33

44
# next.js
55
/.next/
6+
/.vercel/
67
/out/
78

9+
810
# production
911
/build

functions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
"typescript": "^4.6.4"
2222
},
2323
"private": true
24-
}
24+
}

functions/tsconfig.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@
99
"target": "es2017"
1010
},
1111
"compileOnSave": true,
12-
"include": [
13-
"src"
14-
]
12+
"include": ["src"]
1513
}

0 commit comments

Comments
 (0)