Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .oxlintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"ignorePatterns": ["test_cases/**", "scripts/**"],
"extends": ["node_modules/eslint-plugin-devup/oxlintrc.json"]
}
20 changes: 15 additions & 5 deletions apps/landing/src/components/test-case/table/TestCaseTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,27 +148,35 @@
/>
</Flex>
<Flex alignItems="center" gap="10px" px="10px">
<Text wordBreak="keep-all" typography="bodyBold">예문</Text>
<Text typography="bodyBold" wordBreak="keep-all">

Check failure on line 151 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.14, ubuntu-latest)

devup(prettier)

Replace `예문` with `⏎··························예문⏎························`

Check failure on line 151 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.12, ubuntu-latest)

devup(prettier)

Replace `예문` with `⏎··························예문⏎························`

Check failure on line 151 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.13, ubuntu-latest)

devup(prettier)

Replace `예문` with `⏎··························예문⏎························`

Check failure on line 151 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.11, ubuntu-latest)

devup(prettier)

Replace `예문` with `⏎··························예문⏎························`

Check failure on line 151 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.14, macos-latest)

devup(react/jsx-sort-props)

Props should be sorted alphabetically

Check failure on line 151 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.14, macos-latest)

devup(prettier)

Replace `예문` with `⏎··························예문⏎························`

Check failure on line 151 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.11, macos-latest)

devup(react/jsx-sort-props)

Props should be sorted alphabetically

Check failure on line 151 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.11, macos-latest)

devup(prettier)

Replace `예문` with `⏎··························예문⏎························`

Check failure on line 151 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.12, windows-latest)

devup(prettier)

Replace `예문` with `␍⏎··························예문␍⏎························`

Check failure on line 151 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.13, windows-latest)

devup(prettier)

Replace `예문` with `␍⏎··························예문␍⏎························`

Check failure on line 151 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.12, macos-latest)

devup(react/jsx-sort-props)

Props should be sorted alphabetically

Check failure on line 151 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.12, macos-latest)

devup(prettier)

Replace `예문` with `⏎··························예문⏎························`

Check failure on line 151 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.11, windows-latest)

devup(prettier)

Replace `예문` with `␍⏎··························예문␍⏎························`

Check failure on line 151 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.14, windows-latest)

devup(prettier)

Replace `예문` with `␍⏎··························예문␍⏎························`

Check failure on line 151 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.13, macos-latest)

devup(react/jsx-sort-props)

Props should be sorted alphabetically

Check failure on line 151 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.13, macos-latest)

devup(prettier)

Replace `예문` with `⏎··························예문⏎························`
예문
</Text>
<Text>
{text}
{note ? ` (${note})` : null}
</Text>
</Flex>

Check failure on line 158 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.14, ubuntu-latest)

devup(prettier)

Replace `정답` with `⏎··························정답⏎························`

Check failure on line 158 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.12, ubuntu-latest)

devup(prettier)

Replace `정답` with `⏎··························정답⏎························`

Check failure on line 158 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.13, ubuntu-latest)

devup(prettier)

Replace `정답` with `⏎··························정답⏎························`

Check failure on line 158 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.11, ubuntu-latest)

devup(prettier)

Replace `정답` with `⏎··························정답⏎························`

Check failure on line 158 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.14, macos-latest)

devup(react/jsx-sort-props)

Props should be sorted alphabetically

Check failure on line 158 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.14, macos-latest)

devup(prettier)

Replace `정답` with `⏎··························정답⏎························`

Check failure on line 158 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.11, macos-latest)

devup(react/jsx-sort-props)

Props should be sorted alphabetically

Check failure on line 158 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.11, macos-latest)

devup(prettier)

Replace `정답` with `⏎··························정답⏎························`

Check failure on line 158 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.12, windows-latest)

devup(prettier)

Replace `정답` with `␍⏎··························정답␍⏎························`

Check failure on line 158 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.13, windows-latest)

devup(prettier)

Replace `정답` with `␍⏎··························정답␍⏎························`

Check failure on line 158 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.12, macos-latest)

devup(react/jsx-sort-props)

Props should be sorted alphabetically

Check failure on line 158 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.12, macos-latest)

devup(prettier)

Replace `정답` with `⏎··························정답⏎························`

Check failure on line 158 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.11, windows-latest)

devup(prettier)

Replace `정답` with `␍⏎··························정답␍⏎························`

Check failure on line 158 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.14, windows-latest)

devup(prettier)

Replace `정답` with `␍⏎··························정답␍⏎························`

Check failure on line 158 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.13, macos-latest)

devup(react/jsx-sort-props)

Props should be sorted alphabetically

Check failure on line 158 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.13, macos-latest)

devup(prettier)

Replace `정답` with `⏎··························정답⏎························`
<Flex alignItems="center" gap="10px" px="10px">
<Text wordBreak="keep-all" typography="bodyBold">정답</Text>
<Text typography="bodyBold" wordBreak="keep-all">
정답
</Text>

Check failure on line 162 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.14, ubuntu-latest)

devup(prettier)

Replace `결과` with `⏎··························결과⏎························`

Check failure on line 162 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.12, ubuntu-latest)

devup(prettier)

Replace `결과` with `⏎··························결과⏎························`

Check failure on line 162 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.13, ubuntu-latest)

devup(prettier)

Replace `결과` with `⏎··························결과⏎························`

Check failure on line 162 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.11, ubuntu-latest)

devup(prettier)

Replace `결과` with `⏎··························결과⏎························`

Check failure on line 162 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.14, macos-latest)

devup(react/jsx-sort-props)

Props should be sorted alphabetically

Check failure on line 162 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.14, macos-latest)

devup(prettier)

Replace `결과` with `⏎··························결과⏎························`

Check failure on line 162 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.11, macos-latest)

devup(react/jsx-sort-props)

Props should be sorted alphabetically

Check failure on line 162 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.11, macos-latest)

devup(prettier)

Replace `결과` with `⏎··························결과⏎························`

Check failure on line 162 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.12, windows-latest)

devup(prettier)

Replace `결과` with `␍⏎··························결과␍⏎························`

Check failure on line 162 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.13, windows-latest)

devup(prettier)

Replace `결과` with `␍⏎··························결과␍⏎························`

Check failure on line 162 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.12, macos-latest)

devup(react/jsx-sort-props)

Props should be sorted alphabetically

Check failure on line 162 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.12, macos-latest)

devup(prettier)

Replace `결과` with `⏎··························결과⏎························`

Check failure on line 162 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.11, windows-latest)

devup(prettier)

Replace `결과` with `␍⏎··························결과␍⏎························`

Check failure on line 162 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.14, windows-latest)

devup(prettier)

Replace `결과` with `␍⏎··························결과␍⏎························`

Check failure on line 162 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.13, macos-latest)

devup(react/jsx-sort-props)

Props should be sorted alphabetically

Check failure on line 162 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.13, macos-latest)

devup(prettier)

Replace `결과` with `⏎··························결과⏎························`
<Text>{expected}</Text>
</Flex>
<Flex alignItems="center" gap="10px" px="10px">
<Text wordBreak="keep-all" typography="bodyBold">결과</Text>
<Text typography="bodyBold" wordBreak="keep-all">
결과

Check failure on line 167 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.14, macos-latest)

devup(react/jsx-sort-props)

Props should be sorted alphabetically

Check failure on line 167 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.14, macos-latest)

devup(prettier)

Replace `점자세상` with `⏎····························점자세상⏎··························`

Check failure on line 167 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.11, macos-latest)

devup(react/jsx-sort-props)

Props should be sorted alphabetically

Check failure on line 167 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.11, macos-latest)

devup(prettier)

Replace `점자세상` with `⏎····························점자세상⏎··························`

Check failure on line 167 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.12, macos-latest)

devup(react/jsx-sort-props)

Props should be sorted alphabetically

Check failure on line 167 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.12, macos-latest)

devup(prettier)

Replace `점자세상` with `⏎····························점자세상⏎··························`

Check failure on line 167 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.13, macos-latest)

devup(react/jsx-sort-props)

Props should be sorted alphabetically

Check failure on line 167 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.13, macos-latest)

devup(prettier)

Replace `점자세상` with `⏎····························점자세상⏎··························`
</Text>
<Text>{actual}</Text>
</Flex>
{world ? (
<Flex alignItems="center" gap="10px" px="10px">
<Text wordBreak="keep-all" typography="bodyBold">점자세상</Text>
<Text typography="bodyBold" wordBreak="keep-all">
점자세상
</Text>
<Text
className={css({
color: worldIsSuccess ? '$success' : '$error',
})}

Check failure on line 179 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.14, macos-latest)

devup(react/jsx-sort-props)

Props should be sorted alphabetically

Check failure on line 179 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.14, macos-latest)

devup(prettier)

Replace `점사랑` with `⏎····························점사랑⏎··························`

Check failure on line 179 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.11, macos-latest)

devup(react/jsx-sort-props)

Props should be sorted alphabetically

Check failure on line 179 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.11, macos-latest)

devup(prettier)

Replace `점사랑` with `⏎····························점사랑⏎··························`

Check failure on line 179 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.12, macos-latest)

devup(react/jsx-sort-props)

Props should be sorted alphabetically

Check failure on line 179 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.12, macos-latest)

devup(prettier)

Replace `점사랑` with `⏎····························점사랑⏎··························`

Check failure on line 179 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.13, macos-latest)

devup(react/jsx-sort-props)

Props should be sorted alphabetically

Check failure on line 179 in apps/landing/src/components/test-case/table/TestCaseTable.tsx

View workflow job for this annotation

GitHub Actions / Test (3.13, macos-latest)

devup(prettier)

Replace `점사랑` with `⏎····························점사랑⏎··························`
>
{worldIsSuccess ? '일치' : '불일치'}
</Text>
Expand All @@ -176,7 +184,9 @@
) : null}
{jeomsarang ? (
<Flex alignItems="center" gap="10px" px="10px">
<Text wordBreak="keep-all" typography="bodyBold">점사랑</Text>
<Text typography="bodyBold" wordBreak="keep-all">
점사랑
</Text>
<Text
className={css({
color: jeomsarangIsSuccess
Expand Down
Loading