CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
.eslintrc17 linesDownload Raw Back to own-keys
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 
basant307/AI_Governance_Project · CoolFace