fix(immutable): remove Immutable (option 2) #5755
ESLint Report Analysis
0 ESLint error(s) and 137 ESLint warning(s) found in pull request changed files.
Details
Annotations
Check warning on line 14 in packages/cmf/__tests__/App.test.js
github-actions / ESLint Report Analysis
packages/cmf/__tests__/App.test.js#L14
[react/jsx-filename-extension] JSX not allowed in files with extension '.js'
Check warning on line 33 in packages/cmf/__tests__/Dispatcher.test.js
github-actions / ESLint Report Analysis
packages/cmf/__tests__/Dispatcher.test.js#L29-L33
[react/jsx-filename-extension] JSX not allowed in files with extension '.js'
Check warning on line 10 in packages/cmf/__tests__/Inject.test.js
github-actions / ESLint Report Analysis
packages/cmf/__tests__/Inject.test.js#L10
[react/jsx-filename-extension] JSX not allowed in files with extension '.js'
Check warning on line 87 in packages/flow-designer/src/api/port/port.test.ts
github-actions / ESLint Report Analysis
packages/flow-designer/src/api/port/port.test.ts#L87
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 85 in packages/cmf/__tests__/expression.test.js
github-actions / ESLint Report Analysis
packages/cmf/__tests__/expression.test.js#L85
[react/jsx-filename-extension] JSX not allowed in files with extension '.js'
Check warning on line 3 in packages/containers/src/test-setup.js
github-actions / ESLint Report Analysis
packages/containers/src/test-setup.js#L3
[no-undef] 'vi' is not defined.
Check warning on line 93 in packages/flow-designer/src/api/port/port.test.ts
github-actions / ESLint Report Analysis
packages/flow-designer/src/api/port/port.test.ts#L93
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 136 in packages/cmf/__tests__/expression.test.js
github-actions / ESLint Report Analysis
packages/cmf/__tests__/expression.test.js#L136
[import/no-named-as-default-member] Definition for rule 'import/no-named-as-default-member' was not found.
Check warning on line 4 in packages/containers/src/test-setup.js
github-actions / ESLint Report Analysis
packages/containers/src/test-setup.js#L4
[no-undef] 'vi' is not defined.
Check warning on line 99 in packages/flow-designer/src/api/port/port.test.ts
github-actions / ESLint Report Analysis
packages/flow-designer/src/api/port/port.test.ts#L99
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 3 in packages/cmf/__tests__/httpInterceptors.test.js
github-actions / ESLint Report Analysis
packages/cmf/__tests__/httpInterceptors.test.js#L3
[null] Unused eslint-disable directive (no problems were reported from 'no-underscore-dangle').
Check warning on line 105 in packages/flow-designer/src/api/port/port.test.ts
github-actions / ESLint Report Analysis
packages/flow-designer/src/api/port/port.test.ts#L105
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 524 in packages/cmf/__tests__/middlewares/http.test.js
github-actions / ESLint Report Analysis
packages/cmf/__tests__/middlewares/http.test.js#L524
[no-unreachable] Unreachable code.
Check warning on line 12 in packages/containers/src/test-setup.js
github-actions / ESLint Report Analysis
packages/containers/src/test-setup.js#L12
[no-undef] 'vi' is not defined.
Check warning on line 630 in packages/cmf/__tests__/middlewares/http.test.js
github-actions / ESLint Report Analysis
packages/cmf/__tests__/middlewares/http.test.js#L630
[null] Unused eslint-disable directive (no problems were reported from 'no-underscore-dangle').
Check warning on line 4 in packages/faceted-search/test-setup.js
github-actions / ESLint Report Analysis
packages/faceted-search/test-setup.js#L4
[no-undef] 'vi' is not defined.
Check warning on line 164 in packages/flow-designer/src/api/port/port.test.ts
github-actions / ESLint Report Analysis
packages/flow-designer/src/api/port/port.test.ts#L164
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 16 in packages/faceted-search/test-setup.js
github-actions / ESLint Report Analysis
packages/faceted-search/test-setup.js#L16
[no-undef] 'vi' is not defined.
Check warning on line 114 in packages/cmf/__tests__/onError.test.js
github-actions / ESLint Report Analysis
packages/cmf/__tests__/onError.test.js#L114
[null] Unused eslint-disable directive (no problems were reported from 'no-plusplus').
Check warning on line 198 in packages/flow-designer/src/api/port/port.test.ts
github-actions / ESLint Report Analysis
packages/flow-designer/src/api/port/port.test.ts#L198
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 18 in packages/faceted-search/test-setup.js
github-actions / ESLint Report Analysis
packages/faceted-search/test-setup.js#L18
[no-undef] 'vi' is not defined.
Check warning on line 232 in packages/flow-designer/src/api/port/port.test.ts
github-actions / ESLint Report Analysis
packages/flow-designer/src/api/port/port.test.ts#L232
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 5 in packages/cmf/__tests__/reducers/settingsReducers.test.js
github-actions / ESLint Report Analysis
packages/cmf/__tests__/reducers/settingsReducers.test.js#L5
[null] Unused eslint-disable directive (no problems were reported from 'no-console').
Check warning on line 16 in packages/flow-designer/src/api/data/data.ts
github-actions / ESLint Report Analysis
packages/flow-designer/src/api/data/data.ts#L16
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 13 in packages/cmf/__tests__/sagas/collection.test.js
github-actions / ESLint Report Analysis
packages/cmf/__tests__/sagas/collection.test.js#L13
[testing-library/await-async-utils] Promise returned from `waitFor` must be handled