Skip to content

Commit

Permalink
Merge pull request #4 from rettgerst/master
Browse files Browse the repository at this point in the history
ES6 conversion
  • Loading branch information
andychase authored Sep 7, 2020
2 parents 30a1e64 + 53b5098 commit 02195d1
Show file tree
Hide file tree
Showing 18 changed files with 10,490 additions and 9,984 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**/node_modules/
package.json
package-lock.json
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"tabWidth": 4,
"useTabs": true,
"trailingComma": "none"
}
Loading

0 comments on commit 02195d1

Please sign in to comment.