Skip to content

Commit 0b32e7e

Browse files
committed
base config with eslint
1 parent cd2e5e2 commit 0b32e7e

24 files changed

+3031
-5649
lines changed

.eslintrc.cjs

-14
This file was deleted.

.whitesource

+25-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,31 @@
11
{
2-
"scanSettings": {
3-
"baseBranches": []
4-
},
52
"checkRunSettings": {
6-
"vulnerableCheckRunConclusionLevel": "failure",
73
"displayMode": "diff",
8-
"useMendCheckNames": true
4+
"useMendCheckNames": true,
5+
"vulnerableCheckRunConclusionLevel": "failure"
96
},
107
"issueSettings": {
11-
"minSeverityLevel": "LOW",
12-
"issueType": "DEPENDENCY"
8+
"assignees": [
9+
"EDM115"
10+
],
11+
"customLabels": [
12+
"Mend: Security"
13+
],
14+
"issueType": "DEPENDENCY",
15+
"minSeverityLevel": "LOW"
16+
},
17+
"scanSettings": {
18+
"baseBranches": [
19+
"master"
20+
],
21+
"configMode": "AUTO",
22+
"cloneSubmodules": true,
23+
"exploitability": true
24+
},
25+
"remediateSettings": {
26+
"enableRenovate": true,
27+
"workflowRules": {
28+
"enabled": true
29+
}
1330
}
14-
}
31+
}

0 commit comments

Comments
 (0)