feat(github-action)!: Update github/super-linter ( v5 → v6 ) (#16)

This commit is contained in:
renovate[bot]
2024-08-31 14:55:03 +03:00
committed by GitHub
parent 7fc9188227
commit 65d53b994b
17 changed files with 87 additions and 76 deletions

6
.github/linters/.jscpd.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"threshold": 5,
"reporters": ["consoleFull"],
"ignore": ["**/__snapshots__/**", "**/node_modules/**"],
"absolute": true
}