Skip to content

Revert "Preparing liftkit for Tailwind (#220)" - #222

Merged
garrett-from-chainlift merged 1 commit into
mainfrom
revert-tailwind
Sep 8, 2025
Merged

Revert "Preparing liftkit for Tailwind (#220)"#222
garrett-from-chainlift merged 1 commit into
mainfrom
revert-tailwind

Revert "Preparing liftkit for Tailwind (#220)"

318b6d0
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / ESLint Report Analysis succeeded Sep 8, 2025 in 0s

ESLint Report Analysis

0 ESLint error(s) and 4 ESLint warning(s) found

Details

4 Warning(s):

src/app/staging/testApp/page.tsx line 14

  • Start Line: 14
  • End Line: 14
  • Message: 'useState' is defined but never used.
    • From: [@typescript-eslint/no-unused-vars]

src/app/staging/testApp/page.tsx line 14

  • Start Line: 14
  • End Line: 14
  • Message: 'useEffect' is defined but never used.
    • From: [@typescript-eslint/no-unused-vars]

src/app/staging/testApp/page.tsx line 14

  • Start Line: 14
  • End Line: 14
  • Message: 'useContext' is defined but never used.
    • From: [@typescript-eslint/no-unused-vars]

src/app/staging/testApp/page.tsx line 15

  • Start Line: 15
  • End Line: 15
  • Message: 'ThemeContext' is defined but never used.
    • From: [@typescript-eslint/no-unused-vars]

Annotations

Check warning on line 14 in src/app/staging/testApp/page.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/staging/testApp/page.tsx#L14

[@typescript-eslint/no-unused-vars] 'useState' is defined but never used.

Check warning on line 14 in src/app/staging/testApp/page.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/staging/testApp/page.tsx#L14

[@typescript-eslint/no-unused-vars] 'useEffect' is defined but never used.

Check warning on line 14 in src/app/staging/testApp/page.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/staging/testApp/page.tsx#L14

[@typescript-eslint/no-unused-vars] 'useContext' is defined but never used.

Check warning on line 15 in src/app/staging/testApp/page.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/staging/testApp/page.tsx#L15

[@typescript-eslint/no-unused-vars] 'ThemeContext' is defined but never used.