Skip to content

Commit

Permalink
upgrade to babel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
salvoravida committed Jun 8, 2019
1 parent f05d7e1 commit a42110b
Show file tree
Hide file tree
Showing 6 changed files with 6,575 additions and 1,721 deletions.
8 changes: 7 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"presets": ["env", "react-app"]
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-proposal-class-properties"
]
}
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"browser": true
},
"extends": "airbnb",
"parser": "babel-eslint",
"rules": {
"camelcase": 0,
"import/prefer-default-export": 0,
Expand Down
Loading

0 comments on commit a42110b

Please sign in to comment.