Skip to content

Commit 1aaca19

Browse files
committed
Fresh TypeScript library as of 2021-09-21
1 parent be9c830 commit 1aaca19

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.prettierignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/config/
2+
/dist/
3+
/docs/api/
4+
/etc/
5+
/lib-commonjs/
6+
/lib/
7+
pnpm-lock.yaml
8+
/temp/

.prettierrc

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

0 commit comments

Comments
 (0)