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