mirror of
https://gitee.com/openharmony/developtools_ace_ets2bundle
synced 2024-11-24 00:49:50 +00:00
9594842c0a
Signed-off-by: majunjie <majunjie26@huawei.com> Change-Id: I83141ca9f5cfec639d9edbb22ed415b1764b5c1d
18 lines
372 B
JSON
18 lines
372 B
JSON
{
|
|
"reporters": [
|
|
"html",
|
|
"consoleFull",
|
|
"markdown"
|
|
],
|
|
"output": ".duplicate-report",
|
|
"patern": "**/*.{js,ts}",
|
|
"ignore": [
|
|
"**/node_modules/**",
|
|
"**/.nyc_output/**",
|
|
"**/lib/**",
|
|
"**/declarations/**",
|
|
"**/.test_output/**"
|
|
],
|
|
"format": "javascript,typescript",
|
|
"threshold": 5
|
|
} |