pegjs/.nycrc
2018-03-23 02:38:00 +00:00

12 lines
156 B
JSON

{
"exclude": [
"test",
"gulpfile.js",
"**/.eslintrc.js"
],
"reporter": [
"text",
"text-summary"
]
}