CoolFace
Datasetpublic

basant307/AI_Governance_Project

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