Files
.github/.github/linters/.jscpd.json
renovate[bot] 1092e2b2f2 feat(github-action)!: Update github/super-linter ( v6 → v7 ) (#17)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ismo Vuorinen <ismo@ivuorinen.net>
2024-08-31 09:19:29 +03:00

7 lines
132 B
JSON

{
"threshold": 5,
"reporters": ["consoleFull"],
"ignore": ["**/__snapshots__/**", "**/node_modules/**"],
"absolute": true
}