Skip to content

Commit

Permalink
Init ES6 with nodejs 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
AlameerAshraf committed Feb 14, 2020
0 parents commit a013939
Show file tree
Hide file tree
Showing 4 changed files with 1,456 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"presets": [
"@babel/preset-env"
]
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
Loading

0 comments on commit a013939

Please sign in to comment.