mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
119c834331
* This works * Add code * Final touches * Lint * Fix bug in other dirs * add changeset * Reload * lint + test * Load from frontend * add changeset * Use key * tweak frontend config generation * tweak * WIP ipython * Fix robust * fix * Fix for jupyter notebook * Add checks * Lint frontend * Undo demo changes * add changeset * Use is_in_or_equal * python 3.11 changes and no if __name__ * Forward sys.argv + guide * lint --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com> Co-authored-by: pngwn <hello@pngwn.io> Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
22 lines
847 B
JSON
22 lines
847 B
JSON
{
|
|
"python.formatting.provider": "none",
|
|
"cssvar.files": ["./js/node_modules/pollen-css/pollen.css"],
|
|
"cssvar.ignore": [],
|
|
"cssvar.disableSort": true,
|
|
"cssvar.extensions": ["js", "css", "html", "jsx", "tsx", "svelte"],
|
|
"python.analysis.extraPaths": ["./gradio/themes/utils"],
|
|
"svelte.plugin.svelte.format.enable": true,
|
|
"svelte.plugin.svelte.diagnostics.enable": false,
|
|
"prettier.configPath": ".config/.prettierrc.json",
|
|
"prettier.ignorePath": ".config/.prettierignore",
|
|
"python.analysis.typeCheckingMode": "basic",
|
|
"python.testing.pytestArgs": ["."],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"eslint.validate": ["javascript", "typescript", "html", "markdown", "svelte"],
|
|
"eslint.experimental.useFlatConfig": true,
|
|
"eslint.options": {
|
|
"overrideConfigFile": "./.config/eslint.config.js"
|
|
}
|
|
}
|