Skip to content

Commit 5ad6b81

Browse files
committed
bump deps
1 parent 6ffad56 commit 5ad6b81

File tree

4 files changed

+1373
-1435
lines changed

4 files changed

+1373
-1435
lines changed

.prettierrc.mjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/** @type {import("prettier").Config} */
2+
3+
const config = {
4+
"trailingComma": "es5"
5+
};
6+
7+
export default config;

0 commit comments

Comments
 (0)