cleanup, update to eslint 7

This commit is contained in:
2020-05-13 20:38:48 +02:00
parent a02dd372b9
commit ef47d37d9d
5 changed files with 18 additions and 22 deletions

2
Jenkinsfile vendored
View File

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