Skip to content

Refactor fabric columns #705

Refactor fabric columns

Refactor fabric columns #705

Triggered via pull request October 5, 2024 05:03
Status Success
Total duration 31s
Artifacts

lint-pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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