12 lines
156 B
JSON
12 lines
156 B
JSON
{
|
|
"exclude": [
|
|
"test",
|
|
"gulpfile.js",
|
|
"**/.eslintrc.js"
|
|
],
|
|
"reporter": [
|
|
"text",
|
|
"text-summary"
|
|
]
|
|
}
|