Skip to content

Feature/3cp settlement #33

Feature/3cp settlement

Feature/3cp settlement #33

Triggered via pull request November 21, 2023 08:03
Status Failure
Total duration 52s
Artifacts

lint.yml

on: pull_request
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test
40s
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test: src/components/forms/DatePicker.tsx#L2
Cannot find module 'lodash.get' or its corresponding type declarations.
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test: src/components/forms/DropzoneInput.tsx#L2
Cannot find module 'lodash.get' or its corresponding type declarations.
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test: src/components/forms/DropzoneInput.tsx#L4
Cannot find module 'react-dropzone' or its corresponding type declarations.
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test: src/components/forms/ErrorMessage.tsx#L4
Cannot find module '@/lib/clsxm' or its corresponding type declarations.
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test: src/components/forms/FilePreview.tsx#L9
Cannot find module 'react-image-lightbox' or its corresponding type declarations.
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test: src/components/forms/TextArea.tsx#L2
Cannot find module 'lodash.get' or its corresponding type declarations.
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test: src/components/uiComponents/AdminSelect.tsx#L6
Module '"@/components/uiComponents/SelectTag"' has no exported member 'OptionType'. Did you mean to use 'import OptionType from "@/components/uiComponents/SelectTag"' instead?
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test: src/components/uiComponents/SavedQuestion.tsx#L52
Argument of type 'string | number' is not assignable to parameter of type 'SetStateAction<string>'.
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test: src/components/wpcasOverView/LevelAndQuestion.tsx#L32
Argument of type 'string | number' is not assignable to parameter of type 'string'.
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test: src/components/wpcasOverView/SingleQuestion.tsx#L1
'SingleQuestion.tsx' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module.
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/