Skip to content

Commit

Permalink
Merge b9b1d82 into f68cd7c
Browse files Browse the repository at this point in the history
  • Loading branch information
hustlaviola committed Sep 4, 2019
2 parents f68cd7c + b9b1d82 commit 321cafd
Show file tree
Hide file tree
Showing 20 changed files with 689 additions and 169 deletions.
7 changes: 6 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"presets": ["@babel/preset-env"]
"presets": ["@babel/preset-env"],
"plugins": [
["@babel/transform-runtime", {
"corejs": 3,
}]
]
}
2 changes: 2 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"es6": true,
"mocha": true
},
"parser": "babel-eslint",
"parserOptions": {
"no-undefined": 0,
"ecmaVersion": 6,
Expand All @@ -22,6 +23,7 @@
"no-param-reassign": 0,
"comma-dangle": 0,
"curly": ["error", "multi-line"],
"arrow-parens": ["error", "as-needed"],
"import/no-unresolved": [2, { "commonjs": true }],
"import/no-extraneous-dependencies": ["error", {"devDependencies": true}],
"no-shadow": ["error", { "allow": ["req", "res", "err"] }],
Expand Down
Loading

0 comments on commit 321cafd

Please sign in to comment.