Skip to content

Commit

Permalink
chore: update nyc and eslint configs (#1502)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Dec 11, 2018
1 parent 413d9ca commit 443662e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintignore
@@ -1,3 +1,4 @@
**/node_modules
src/**/doc/*
build/
docs/
1 change: 1 addition & 0 deletions .nycrc
@@ -1,5 +1,6 @@
{
"report-dir": "./.coverage",
"reporter": "lcov",
"exclude": [
"src/*{/*,/**/*}.js",
"src/*/v*/*.js",
Expand Down

0 comments on commit 443662e

Please sign in to comment.