Skip to content

Commit 206ee14

Browse files
improve release process
1 parent 5691294 commit 206ee14

File tree

10 files changed

+26
-16522
lines changed

10 files changed

+26
-16522
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
@Library(value='jenkins-pipeline-library@master', changelog=false) _
2-
pipelineOVERTUREArranger()
2+
pipelineOvertureArranger()

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ const eslintConfigs = tseslint.config(
4646
},
4747

4848
rules: {
49+
'@typescript-eslint/consistent-type-definitions': ['warn', 'type'],
4950
'@typescript-eslint/consistent-type-exports': 'warn',
5051
'@typescript-eslint/consistent-type-imports': 'warn',
5152
'@typescript-eslint/no-empty-interface': [

0 commit comments

Comments
 (0)