Skip to content

Commit

Permalink
chore(build): fix ci (#535)
Browse files Browse the repository at this point in the history
* chore(build): fix linting

* chore(revert): yargs to 11

* tests(bin): fix stdin tests
  • Loading branch information
dhruvdutt authored and evenstensberg committed Jul 4, 2018
1 parent 4b6038b commit 617af0b
Show file tree
Hide file tree
Showing 23 changed files with 336 additions and 313 deletions.
8 changes: 7 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
**/__testfixtures__/*
coverage
test/binCases/errors/parse/index.js
docs
node_modules
test/binCases/errors/parse/index.js
test/**/bundle.js
test/**/*.bundle.js
test/**/null.js
test/**/main.js
test/**/cliEntry.js
test/**/foo.js
Loading

0 comments on commit 617af0b

Please sign in to comment.