CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
.eslintrc12 linesDownload Raw Back to side-channel-map
1{2	"root": true,3 4	"extends": "@ljharb",5 6	"rules": {7		"max-lines-per-function": 0,8		"multiline-comment-style": 1,9		"new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }],10	},11}12