Files
hassio-addons/.github/linters/.jscpd.json
2022-02-18 18:15:32 +01:00

10 lines
130 B
JSON

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