Skip to content

components: Add tailwind provider, better types #143

components: Add tailwind provider, better types

components: Add tailwind provider, better types #143

Triggered via pull request February 29, 2024 18:09
Status Failure
Total duration 1m 4s
Artifacts

ci-web.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
ci: packages/components/src/tailwind/context/index.tsx#L19
Expected block statement surrounding arrow body
ci: packages/components/src/tailwind/context/index.tsx#L36
Expected to return a value at the end of arrow function
ci: packages/components/src/tailwind/context/utils.ts#L7
Unexpected var, use let or const instead
ci: packages/components/src/tailwind/context/utils.ts#L8
Expected '===' and instead saw '=='
ci: packages/components/src/tailwind/context/utils.ts#L8
Unexpected string concatenation
ci: packages/components/src/tailwind/types.ts#L2
Type Property name `rgb-primary` must match one of the following formats: camelCase
ci: packages/components/src/tailwind/types.ts#L3
Type Property name `rgb-acc-1` must match one of the following formats: camelCase
ci: packages/components/src/tailwind/types.ts#L4
Type Property name `rgb-background-acc-1` must match one of the following formats: camelCase
ci: packages/components/src/tailwind/types.ts#L5
Type Property name `rgb-background-acc-start` must match one of the following formats: camelCase
ci: packages/components/src/tailwind/types.ts#L6
Type Property name `rgb-button-1` must match one of the following formats: camelCase
ci
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ci: packages/resource-utils/src/doNameValidation.ts#L19
Unexpected console statement
ci: packages/resource-utils/src/doParamValidation.ts#L35
Unexpected console statement
ci: packages/contexts/src/__tests__/commentForm.test.tsx#L28
Unexpected unnamed function
ci: packages/contexts/src/createCustomContext.ts#L26
Unexpected any. Specify a different type
ci: packages/utils/src/__tests__/dedupe.test.ts#L3
Unexpected any. Specify a different type
ci: packages/utils/src/__tests__/dedupe.test.ts#L3
Unexpected any. Specify a different type
ci: packages/utils/src/loremer/index.ts#L33
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
ci: packages/utils/src/loremer/index.ts#L33
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
ci: packages/utils/src/loremer/index.ts#L33
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
ci: packages/utils/src/nTimes.ts#L3
Unexpected any. Specify a different type