mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 09:21:03 +01:00
Create .jscpd.json
This commit is contained in:
21
.github/linters/.jscpd.json
vendored
Normal file
21
.github/linters/.jscpd.json
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"threshold": 0,
|
||||
"reporters": [
|
||||
"html",
|
||||
"markdown"
|
||||
],
|
||||
"ignore": [
|
||||
"**/node_modules/**",
|
||||
"**/.git/**",
|
||||
"**/.rbenv/**",
|
||||
"**/.venv/**",
|
||||
"**/report/**",
|
||||
"**/*cache*/**",
|
||||
"**/*.json",
|
||||
"**/*.yaml",
|
||||
"**/*.yml",
|
||||
"**/*.md",
|
||||
"**/*.html",
|
||||
"**/*.xml"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user