Skip to content

Commit 2d18efa

Browse files
authored
add schema for code actions on save (#65)
1 parent cebd8c4 commit 2d18efa

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

sublime-package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,22 @@
377377
}
378378
}
379379
},
380+
{
381+
"file_patterns": [
382+
"LSP.sublime-settings"
383+
],
384+
"schema": {
385+
"properties": {
386+
"lsp_code_actions_on_save": {
387+
"properties": {
388+
"source.fixAll.eslint": {
389+
"type": "boolean"
390+
},
391+
}
392+
}
393+
}
394+
}
395+
}
380396
]
381397
}
382398
}

0 commit comments

Comments
 (0)