Skip to content

Commit 7ea2bfb

Browse files
author
TJ Kells
committed
Add build setting to lint on save
1 parent 417a703 commit 7ea2bfb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

SummitEditor.sublime-settings

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44
"summit_simulator_host": "code.corvisacloud.com",
55

66
// If set to true, automatically simulate project when files are saved
7-
"summit_simulate_on_save": false
7+
"summit_simulate_on_save": false,
8+
9+
// If set to true, automatically lint (error-check) code on save
10+
"summit_lint_on_save": true
811
}

0 commit comments

Comments
 (0)