Sylvain Filoni
update gradio client
9ada4bc
raw
history blame contribute delete
144 Bytes
{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": ["error", {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}