Skip to content

Commit

Permalink
Use more idiomatic syntax in .eslintignore, add /.nyc_output/
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jan 7, 2019
1 parent 6220222 commit faf2769
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
testdata
node_modules
coverage
/testdata/
/node_modules/
/coverage/
/.nyc_output/

0 comments on commit faf2769

Please sign in to comment.