updated linter config

هذا الالتزام موجود في:
Chris Ayers
2023-10-02 00:10:11 +00:00
الأصل 9c61aed591
التزام 0d5ba8f6f6
3 ملفات معدلة مع 51 إضافات و5 حذوفات

10
.github/linters/.jscpd.json مباع Normal file
عرض الملف

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