basant307/AI_Governance_Project
048
1{2 "root": true,3 4 "extends": "@ljharb",5 6 "rules": {7 "id-length": [2, { "min": 1, "max": 26 }],8 "new-cap": [2, {9 "capIsNewExceptions": [10 "GetIntrinsic",11 "ToObject",12 "ToIntegerOrInfinity",13 "ToLength",14 "SameValueZero",15 "RequireObjectCoercible",16 ],17 }],18 },19 20 "overrides": [21 {22 "files": "test/**",23 "rules": {24 "max-lines-per-function": 0,25 "no-invalid-this": 1,26 },27 },28 ],29}30 