Files
hassio-addons/.github/linters/.jscpd.json
2022-01-18 13:20:05 +01:00

9 lines
109 B
JSON

{
"threshold": 0,
"reporters": ["html", "markdown"],
"ignore": [
"**/.git/**",
"**/*.md"
]
}