CoolFace
Apppublic

Umama-at-Bluchip/Quick-UI

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
.eslintrc18 linesDownload Raw Back to data-view-buffer
1{2	"root": true,3 4	"extends": "@ljharb",5 6	"globals": {7		"DataView": false,8	},9 10	"rules": {11		"new-cap": ["error", {12			"capIsNewExceptions": [13				"GetIntrinsic",14			],15		}],16	},17}18