Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit af16749

Browse files
authoredDec 11, 2018
chore: update nyc and eslint configs (#293)
1 parent 2c27205 commit af16749

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
**/node_modules
22
src/**/doc/*
33
build/
4+
docs/

‎.nycrc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"report-dir": "./.coverage",
3+
"reporter": "lcov",
34
"exclude": [
45
"src/*{/*,/**/*}.js",
56
"src/*/v*/*.js",

0 commit comments

Comments
 (0)
This repository has been archived.