mirror of
https://github.com/feathersjs/feathers.git
synced 2026-01-25 15:23:13 +00:00
33 lines
373 B
JSON
33 lines
373 B
JSON
{
|
|
"verbose": false,
|
|
"tempDirectory": "./coverage/.tmp",
|
|
"semistandard": {
|
|
"env": [
|
|
"mocha"
|
|
]
|
|
},
|
|
"reporter": [
|
|
"html",
|
|
"text",
|
|
"lcov"
|
|
],
|
|
"watermarks": {
|
|
"statements": [
|
|
70,
|
|
90
|
|
],
|
|
"lines": [
|
|
70,
|
|
90
|
|
],
|
|
"functions": [
|
|
70,
|
|
90
|
|
],
|
|
"branches": [
|
|
70,
|
|
90
|
|
]
|
|
}
|
|
}
|