update to eslint 7

This commit is contained in:
2020-05-13 20:57:16 +02:00
parent 037fe41c27
commit 83e2f43fc0
6 changed files with 131 additions and 141 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'
])
}