lint

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Lint and Fix

I have run ESLint on your codebase. Here are the results:

<eslint_output> !pnpm lint:eslint 2>&1 </eslint_output>

Instructions

Step 1: Analyze the output

  1. Review the ESLint output above to identify all errors and warnings.
  2. Group issues by file to fix them efficiently.
  3. Prioritize errors over warnings - errors must be fixed first.

Step 2: Fix the issues

For each file with issues:

Installs
1
GitHub Stars
12
First Seen
Jun 24, 2026
lint — alexanderop/workouttracker