Skip to content

Commit 01af916

Browse files
authored
Merge pull request #59 from shapkarin/issue_57
Prop name with the asterisk sets ptopType as required
2 parents 826a0fa + 14da33e commit 01af916

17 files changed

+606
-624
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
}
99
},
1010
"rules": {
11-
"comma-dangle": ["error", "never"]
11+
"comma-dangle": ["error", "never"],
12+
"indent": ["error", 2]
1213
}
1314
}

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@ package-lock.json
4040
# Optional REPL history
4141
.node_repl_history
4242

43-
.DS_Store
43+
.DS_Store
44+
45+
/test_folder

0 commit comments

Comments
 (0)