Skip to content

Commit

Permalink
vow promised -> native Promise
Browse files Browse the repository at this point in the history
async/await instead of .then
eslint errors fixed
using more popular mkdirp
closes #6
ref #1
  • Loading branch information
jifeon committed Oct 9, 2017
1 parent aaf5866 commit 25a6133
Show file tree
Hide file tree
Showing 4 changed files with 461 additions and 496 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"max-len": [2, 120],
"no-param-reassign": [2, {"props": false}],
"prefer-template": [0],
"no-underscore-dangle": [2, {"allowAfterThis": true}]
"no-underscore-dangle": [2, {"allowAfterThis": true}],
"no-mixed-operators": [0]
}
}
Loading

0 comments on commit 25a6133

Please sign in to comment.