Skip to content

Commit 716d918

Browse files
committed
fix: Unintutive input required while using commands
1 parent c3439fa commit 716d918

File tree

5 files changed

+20629
-13
lines changed

5 files changed

+20629
-13
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
/.nyc_output
44
/dist
55
/lib
6-
/package-lock.json
76
/tmp
87
/yarn.lock
98
node_modules

.prettierrc

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

0 commit comments

Comments
 (0)