forked from ue4plugins/Linter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Linter.uplugin
59 lines (59 loc) · 1.02 KB
/
Linter.uplugin
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
54
55
56
57
58
59
{
"FileVersion": 3,
"Version": 11,
"VersionName": "3.0",
"FriendlyName": "Linter",
"Description": "",
"Category": "Other",
"CreatedBy": "Michael Allar, Jonathan Windgassen",
"CreatedByURL": "https://gamemak.in",
"DocsURL": "http://discord.gamemak.in",
"SupportURL": "http://discord.gamemak.in",
"CanContainContent": true,
"Installed": false,
"EnabledByDefault": true,
"Modules": [
{
"Name": "Linter",
"Type": "Editor",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
"Win64",
"Mac",
"Linux"
],
"BlacklistTargets": [
"Server",
"Client"
]
},
{
"Name": "GamemakinLinter",
"Type": "Editor",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
"Win64",
"Mac",
"Linux"
],
"BlacklistTargets": [
"Server",
"Client"
]
},
{
"Name": "MarketplaceLinter",
"Type": "Editor",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
"Win64",
"Mac",
"Linux"
],
"BlacklistTargets": [
"Server",
"Client"
]
}
]
}