Skip to content

Commit d231bfd

Browse files
authored
Merge pull request #146 from the-self-taught-programmer/issue#136
Fix Issue #51 and #136
2 parents fd3ec55 + 87d0b19 commit d231bfd

File tree

5 files changed

+165
-166
lines changed

5 files changed

+165
-166
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ bower_components
1818
*.sublime-*
1919
dist/
2020
yarn.lock
21+
package-lock.json
2122
.yarnrc
2223

2324
.idea

.prettierrc

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

0 commit comments

Comments
 (0)