---
title: "lint fix"
description: "Run `npm run lint` and fix any errors."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/lint-fix
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:30:36.220Z
license: CC-BY-4.0
attribution: "lint fix — Claudary (https://claudary.paisolsolutions.com/skills/lint-fix)"
---

# lint fix
Run `npm run lint` and fix any errors.

## Overview

Run `npm run lint` and fix any errors.

## Lint Tools (in order)
1. Biome (`biome check --write`) - Formatter + linter, auto-fixes
2. oxlint (`oxlint --fix`) - Fast linter, auto-fixes
3. tsgo (`--noEmit`) - Type checking (manual fix required)
4. secretlint - Secret detection

## Config Files
- `biome.json`, `.oxlintrc.json`, `.secretlintrc.json`

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/lint-fix) · https://claudary.paisolsolutions.com
