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

Commit 2f46368

Browse files
committed
add gads
1 parent e7323ab commit 2f46368

File tree

8 files changed

+340
-238
lines changed

8 files changed

+340
-238
lines changed

.prettierrc.js

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = {
2+
semi: true,
3+
trailingComma: "all",
4+
singleQuote: true,
5+
printWidth: 100,
6+
tabWidth: 2
7+
};

0 commit comments

Comments
 (0)