lint-typecheck

Community

Catch frontend issues fast with lint and types.

AuthorAppleLamps
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates code quality checks for the frontend by running ESLint and TypeScript type checks to surface issues early.

Core Features & Use Cases

  • Run ESLint on the frontend to catch style and potential bugs
  • Run TypeScript compilation check (no emit) to verify type safety
  • Report summary: number of lint warnings, lint errors, and type errors

Quick Start

cd frontend && npm run lint cd frontend && npx tsc -b --noEmit If errors are found, list issues with file locations and offer to fix auto-fixable ESLint issues: npm run lint -- --fix

Dependency Matrix

Required Modules

eslinttypescript

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: lint-typecheck
Download link: https://github.com/AppleLamps/web-term/archive/main.zip#lint-typecheck

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.