first milestone done

This commit is contained in:
odweta
2026-08-11 11:20:10 +02:00
commit e56ddc461b
598 changed files with 64005 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": [2, {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}