Skip to content

Commit 088669d

Browse files
author
Johnwook Choi
committed
config files for prettier and tslint
1 parent 10c7144 commit 088669d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.prettierignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
package.json
2+
package-lock.json

tslint.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": ["tslint:recommended", "tslint-config-prettier"]
3+
}

0 commit comments

Comments
 (0)