mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
1b4cb3300b
* make eslint work * add vscodes recommendations + settings * more * format * add to ci but ignore failures * fix * fix lockfil * fix * Update .config/.eslintrc.cjs Co-authored-by: Aarni Koskela <akx@iki.fi> * implement review suggestions * typo * fix * tweak * add globals and fix client linting * fix type errors --------- Co-authored-by: Aarni Koskela <akx@iki.fi>
10 lines
155 B
JSON
10 lines
155 B
JSON
{
|
|
"recommendations": [
|
|
"dbaeumer.vscode-eslint",
|
|
"phoenisx.cssvar",
|
|
"esbenp.prettier-vscode",
|
|
"svelte.svelte-vscode",
|
|
"charliermarsh.ruff"
|
|
]
|
|
}
|