basant307/AI_Governance_Project
048
1{2 "root": true,3 4 "extends": "@ljharb",5 6 "rules": {7 "func-style": "off",8 "id-length": "off",9 "max-lines-per-function": "off",10 "new-cap": ["error", {11 "capIsNewExceptions": [12 "GetIntrinsic",13 ],14 }],15 },16}17 