Skip to content

Commit 940083d

Browse files
authored
Merge pull request #2 from contentstack/fix/DX-1922
fix: Invalid input required while using commands
2 parents c3439fa + 716d918 commit 940083d

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)