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 = {
3737 '@typescript-eslint/no-floating-promises' : 'warn' ,
3838 '@typescript-eslint/no-unsafe-enum-comparison' : 'warn' ,
3939 '@typescript-eslint/no-misused-promises' : 'warn' ,
40- '@typescript-eslint/no-duplicate-enum-values' : 'warn' ,
4140} ;
4241
4342const tsRules = {
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export const enum StageEditorActionTypes {
4242 StagePreviewFetchError = 'compass-aggregations/pipeline-builder/stage-editor/StagePreviewFetchError' ,
4343 StageRun = 'compass-aggregations/pipeline-builder/stage-editor/StageRun' ,
4444 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 ' ,
4646 StageValueChange = 'compass-aggregations/pipeline-builder/stage-editor/StageValueChange' ,
4747 StageOperatorChange = 'compass-aggregations/pipeline-builder/stage-editor/StageOperatorChange' ,
4848 StageCollapsedChange = 'compass-aggregations/pipeline-builder/stage-editor/StageCollapsedChange' ,
You can’t perform that action at this time.
0 commit comments