Skip to content

Commit

Permalink
[NIFI-13658] upgrade eslint packages (#9180)
Browse files Browse the repository at this point in the history
* [NIFI-13658] upgrade eslint packages

* fix lint errors and run prettier

* regenerate package-lock

This closes #9180
  • Loading branch information
scottyaslan authored Aug 16, 2024
1 parent 046d72d commit f7bca17
Show file tree
Hide file tree
Showing 5 changed files with 555 additions and 572 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

import { createAction, props } from '@ngrx/store';
import { ProcessorDetails } from './index';
import { HttpErrorResponse } from '@angular/common/http';

const JOLT_TRANSFORM_JSON_PROCESSOR_DETAILS_PREFIX = '[Jolt Transform Json Processor Details]';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import {
JoltTransformJsonUiState,
selectJoltTransformJsonUiState
} from '../index';
import { JoltTransformJsonTransformState } from './index';

export const selectJoltTransformJsonTransformState = createSelector(
selectJoltTransformJsonUiState,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import {
joltTransformJsonValidateFeatureKey,
selectJoltTransformJsonUiState
} from '../index';
import { JoltTransformJsonValidateState } from './index';

export const selectJoltTransformJsonValidateState = createSelector(
selectJoltTransformJsonUiState,
Expand Down
Loading

0 comments on commit f7bca17

Please sign in to comment.