chore(workflows): drop root permissions read-all

This commit is contained in:
Ismo Vuorinen
2024-09-09 11:09:04 +03:00
parent 73939e9d19
commit 48a5219b0d
14 changed files with 8 additions and 25 deletions

6
.jscpd.json Normal file
View File

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