update to eslint 7

This commit is contained in:
2020-05-13 20:54:25 +02:00
parent d53983bc28
commit f464a954a4
6 changed files with 136 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'
])
}