File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
configs/eslint-config-compass
packages/compass-aggregations/src/modules/pipeline-builder Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ const extraTsRules = {
37
37
'@typescript-eslint/no-floating-promises' : 'warn' ,
38
38
'@typescript-eslint/no-unsafe-enum-comparison' : 'warn' ,
39
39
'@typescript-eslint/no-misused-promises' : 'warn' ,
40
- '@typescript-eslint/no-duplicate-enum-values' : 'warn' ,
41
40
} ;
42
41
43
42
const tsRules = {
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export const enum StageEditorActionTypes {
42
42
StagePreviewFetchError = 'compass-aggregations/pipeline-builder/stage-editor/StagePreviewFetchError' ,
43
43
StageRun = 'compass-aggregations/pipeline-builder/stage-editor/StageRun' ,
44
44
StageRunSuccess = 'compass-aggregations/pipeline-builder/stage-editor/StageRunSuccess' ,
45
- StageRunError = 'compass-aggregations/pipeline-builder/stage-editor/StagePreviewFetchError ' ,
45
+ StageRunError = 'compass-aggregations/pipeline-builder/stage-editor/StageRunError ' ,
46
46
StageValueChange = 'compass-aggregations/pipeline-builder/stage-editor/StageValueChange' ,
47
47
StageOperatorChange = 'compass-aggregations/pipeline-builder/stage-editor/StageOperatorChange' ,
48
48
StageCollapsedChange = 'compass-aggregations/pipeline-builder/stage-editor/StageCollapsedChange' ,
You can’t perform that action at this time.
0 commit comments