2021-09-21 13:48:28 +00:00
|
|
|
{
|
|
|
|
|
"[javascript, typescript]": {
|
|
|
|
|
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
|
|
|
|
|
},
|
|
|
|
|
"eslint.validate": [
|
|
|
|
|
"javascript",
|
|
|
|
|
"javascriptreact",
|
|
|
|
|
"typescript",
|
|
|
|
|
"typescriptreact"
|
|
|
|
|
],
|
|
|
|
|
"eslint.format.enable": true,
|
|
|
|
|
"editor.formatOnSave": true,
|
2022-01-27 05:25:16 +00:00
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
]
|
2021-09-21 13:48:28 +00:00
|
|
|
}
|