This commit is contained in:
2024-12-02 02:16:00 +05:00
commit 2debea82f9
693 changed files with 103427 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{
"root": true,
"extends": "@ljharb",
"rules": {
"func-name-matching": 0,
"id-length": 0,
"new-cap": [2, {
"capIsNewExceptions": ["GetIntrinsic"],
}],
},
}