Skip to content

Commit

Permalink
added .babelrc, .eslintrc, basic config for babel javascript transcom…
Browse files Browse the repository at this point in the history
…piler
  • Loading branch information
GiovannyJTT committed Jul 23, 2020
1 parent d48984e commit aa4d120
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"presets": ["@babel/preset-env"],
"plugins": ["@babel/plugin-proposal-class-properties"]
}
4 changes: 4 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"parser": "babel-eslint",
"rules": {}
}

0 comments on commit aa4d120

Please sign in to comment.