cleanup, update to eslint 7

This commit is contained in:
2020-05-13 20:50:45 +02:00
parent ffbb0c61d7
commit 6e2541371e
6 changed files with 128 additions and 132 deletions

2
Jenkinsfile vendored
View File

@@ -5,7 +5,7 @@ pipeline {
VERSION = VersionNumber([
versionNumberString:
'${BUILDS_ALL_TIME}',
versionPrefix: '1.0.',
versionPrefix: '1.1.',
worstResultForIncrement: 'SUCCESS'
])
}