#750 Add widow control

This commit is contained in:
Dolan
2021-03-13 04:07:44 +00:00
parent 2391375ac0
commit 8724fbe7a7
6 changed files with 93 additions and 5 deletions

8
.nycrc
View File

@ -1,9 +1,9 @@
{
"check-coverage": true,
"lines": 97.86,
"functions": 94.33,
"branches": 94.99,
"statements": 97.85,
"lines": 98.19,
"functions": 94.79,
"branches": 95.23,
"statements": 98.17,
"include": [
"src/**/*.ts"
],