Refactor fabric columns #704
Annotations
10 errors and 11 warnings
build / eslint:
test/ClearDateButton.spec.tsx#L14
Unexpected empty arrow function
|
build / eslint:
test/FeaturesPanel.spec.tsx#L17
Unexpected empty arrow function
|
build / eslint:
test/FeaturesPanel.spec.tsx#L19
'value' is defined but never used. Allowed unused args must match /^_/u
|
build / eslint:
test/FeaturesPanel.spec.tsx#L19
Unexpected empty arrow function
|
build / eslint:
test/FiltersContainer.spec.tsx#L16
Unexpected empty arrow function
|
build / eslint:
test/FiltersContainer.spec.tsx#L22
'debug' is assigned a value but never used
|
build / eslint:
test/FiltersContainer.spec.tsx#L23
Unexpected empty arrow function
|
build / eslint:
test/FiltersContainer.spec.tsx#L31
Unexpected empty arrow function
|
build / eslint:
test/LinkCell.spec.tsx#L14
Unexpected empty arrow function
|
build / eslint:
test/StandardFilterEditor.spec.tsx#L17
Unexpected empty arrow function
|
build / eslint
The following actions use a deprecated Node.js version and will be forced to run on node20: sibiraj-s/action-eslint@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / eslint:
sample/src/TbDetailsListSample.tsx#L44
Unexpected any. Specify a different type
|
build / eslint:
sample/src/utils.ts#L45
Missing return type on function
|
build / eslint:
sample/src/utils.ts#L54
Forbidden non-null assertion
|
build / eslint:
sample/src/utils.ts#L59
Forbidden non-null assertion
|
build / eslint:
sample/src/utils.ts#L67
Forbidden non-null assertion
|
build / eslint:
sample/src/utils.ts#L73
Forbidden non-null assertion
|
build / eslint:
sample/src/utils.ts#L76
Forbidden non-null assertion
|
build / eslint:
src/FeaturesPanel.tsx#L40
React Hook React.useCallback has a missing dependency: 'closePanel'. Either include it or remove the dependency array. If 'closePanel' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
build / eslint:
src/FiltersContainer.tsx#L89
Unexpected any. Specify a different type
|
build / eslint:
src/FiltersContainer.tsx#L91
Missing return type on function
|