UNPKG
@spiralup/jfl-parser
Version:
latest (3.0.0)
3.0.0
1.0.0
Parser for JHipster Form definition Language
github.com/SpiralUp/jfl-parser
SpiralUp/jfl-parser
@spiralup/jfl-parser
/
.nycrc.json
17 lines
(16 loc)
•
221 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"cache"
:
true
,
"check-coverage"
:
true
,
"exclude"
:
[
"lib/dsl/*.js"
,
"test/**/*.js"
]
,
"reporter"
:
[
"lcov"
,
"html"
]
,
"lines"
:
50
,
"statements"
:
50
,
"functions"
:
50
,
"branches"
:
50
}