-
Notifications
You must be signed in to change notification settings - Fork 71
/
Main.sublime-menu
53 lines (53 loc) · 1.34 KB
/
Main.sublime-menu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[{
"id": "tools",
"children": [{
"id": "jshint_tools",
"caption": "JSHint",
"children": [{
"caption": "Lint Code",
"command": "jshint"
}, {
"caption": "Set Linting Preferences",
"command": "jshint_set_linting_prefs"
}, {
"caption": "Set Plugin Options",
"command": "jshint_set_plugin_options"
}, {
"caption": "Set Keyboard Shortcuts",
"command": "jshint_set_keyboard_shortcuts"
}, {
"caption": "Clear Annotations",
"command": "jshint_clear_annotations"
}, {
"caption": "Set `node` Path",
"command": "jshint_set_node_path"
}]
}]
}, {
"id": "preferences",
"children": [{
"id": "package-settings",
"children": [{
"caption": "JSHint Gutter",
"children": [{
"caption": "Lint Code",
"command": "jshint"
}, {
"caption": "Set Linting Preferences",
"command": "jshint_set_linting_prefs"
}, {
"caption": "Set Plugin Options",
"command": "jshint_set_plugin_options"
}, {
"caption": "Set Keyboard Shortcuts",
"command": "jshint_set_keyboard_shortcuts"
}, {
"caption": "Clear Annotations",
"command": "jshint_clear_annotations"
}, {
"caption": "Set `node` Path",
"command": "jshint_set_node_path"
}]
}]
}]
}]