Adding application and DockerImage

هذا الالتزام موجود في:
2026-07-29 02:33:01 +03:00
الأصل 3e2e01add3
التزام 2c6df58cef
624 ملفات معدلة مع 68945 إضافات و0 حذوفات

عرض الملف

@@ -0,0 +1,16 @@
{
"root": true,
"extends": "@ljharb",
"rules": {
"eqeqeq": ["error", "allow-null"],
"id-length": "off",
"new-cap": ["error", {
"capIsNewExceptions": [
"RequireObjectCoercible",
"ToObject",
],
}],
},
}