Skip to content

Commit

Permalink
Merge pull request #487 from depcheck/chore-babel-eslint
Browse files Browse the repository at this point in the history
Update babel target to node 10, use prettier plugin
  • Loading branch information
rumpl committed Dec 28, 2019
2 parents 16efcca + d407d61 commit 193a1e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Expand Up @@ -6,7 +6,7 @@
"presets": [
["@babel/env", {
"targets": {
"node": "6"
"node": "10"
}
}]
],
Expand Down
2 changes: 2 additions & 0 deletions .eslintrc.yml
Expand Up @@ -5,3 +5,5 @@ extends:
rules:
implicit-arrow-linebreak: off
import/no-dynamic-require: off
plugins:
- prettier

0 comments on commit 193a1e2

Please sign in to comment.