Skip to content

Commit

Permalink
chore: upgrade to Babel 7+
Browse files Browse the repository at this point in the history
  • Loading branch information
louistiti committed Jun 7, 2019
1 parent b7713e2 commit 7093b7f
Show file tree
Hide file tree
Showing 4 changed files with 2,274 additions and 3,809 deletions.
2 changes: 1 addition & 1 deletion .babelrc
@@ -1,6 +1,6 @@
{
"presets": [
["env", {
["@babel/preset-env", {
"targets": {
"node": "current"
}
Expand Down
10 changes: 7 additions & 3 deletions .eslintrc.json
Expand Up @@ -7,16 +7,20 @@
"jest/globals": true
},
"globals": {
"io": true,
"webkitSpeechRecognition": true
"io": true
},
"plugins": [
"import",
"jest"
],
"settings": {
"import/resolver": {
"babel-module": { }
"babel-module": {
"alias": {
"@@": ".",
"@": "./server/src"
}
}
}
},
"rules": {
Expand Down

0 comments on commit 7093b7f

Please sign in to comment.