developtools_ace_ets2bundle/compiler/.jscpd.json
majunjie 9594842c0a add jscpd & eslint config
Signed-off-by: majunjie <majunjie26@huawei.com>
Change-Id: I83141ca9f5cfec639d9edbb22ed415b1764b5c1d
2023-12-04 16:37:04 +08:00

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
}