basant307/AI_Governance_Project
048
1{2 "root": true,3 4 "extends": "@ljharb",5 6 "rules": {7 "id-length": "off",8 "new-cap": ["error", {9 "capIsNewExceptions": [10 "GetIntrinsic"11 ],12 }],13 "no-extra-parens": "off",14 },15 16 "overrides": [17 {18 "files": ["test/**/*.js"],19 "rules": {20 "id-length": "off",21 "max-lines-per-function": "off",22 "multiline-comment-style": "off",23 "no-empty-function": "off",24 },25 },26 ],27}28 