Files
hassio-addons-avm/.github/linters/.jscpd.json
2024-06-17 17:34:06 +02:00

10 lines
130 B
JSON

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