mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-28 17:07:22 +00:00
27 lines
No EOL
760 B
JSON
27 lines
No EOL
760 B
JSON
{
|
|
"[javascript, typescript]": {
|
|
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
|
|
},
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact"
|
|
],
|
|
"eslint.format.enable": true,
|
|
"editor.formatOnSave": true,
|
|
"json.schemas": [
|
|
{
|
|
"fileMatch": [
|
|
"/*.operations.json"
|
|
],
|
|
"url": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/operations.schema.json"
|
|
},
|
|
{
|
|
"fileMatch": [
|
|
"/*.manifest.json"
|
|
],
|
|
"url": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/manifest.schema.json"
|
|
}
|
|
]
|
|
} |