Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
taion committed Sep 9, 2017
1 parent f2899b2 commit c4a170f
Show file tree
Hide file tree
Showing 3 changed files with 1,354 additions and 860 deletions.
6 changes: 6 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
"__DEV__": false
},
"rules": {
// FIXME: Temporary workaround pending fixing this upstream.
"generator-star-spacing": ["error", {
"before": false,
"after": true,
"method": "both"
}],
"semi": "off", // Use babel/semi instead for for-await support.
"babel/semi": ["error", "always"]
}
Expand Down

0 comments on commit c4a170f

Please sign in to comment.