CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
.eslintrc11 linesDownload Raw Back to get-proto
1{2	"root": true,3 4	"extends": "@ljharb",5 6	"rules": {7		"id-length": "off",8		"sort-keys": "off",9	},10}11