Skip to main content
New aislop v0.5.0. New CLI, own AST fix engine, stable output, better experience Read more →

Languages.

aislop runs every engine it can for each language. Tools not installed are skipped silently — run npx aislop doctor to see what you're missing.

Support matrix

Language Format Lint Quality AI slop Security
TypeScriptBiomeoxlintknip + complexityfullnpm/pnpm audit + regex
JavaScriptBiomeoxlintknip + complexityfullnpm/pnpm audit + regex
Pythonruffruffcomplexityfullpip-audit + regex
Gogofmtgolangci-lintcomplexityfullgovulncheck + regex
Rustcargo fmtclippycomplexityfullcargo-audit + regex
Rubyrubocoprubocopcomplexityfullregex
PHPphp-cs-fixerphpcscomplexityfullregex
Expo / React NativeBiomeoxlint + expo-doctorknip + complexityfullnpm/pnpm audit

Framework detection

aislop detects the framework automatically and applies sensible defaults. What it recognizes:

  • Next.js — via next in package.json or next.config.*. Adds Next-specific lint rules.
  • React / Vite / Remix — via package.json. Enables react-hooks + jsx-a11y rules.
  • Astro — via astro in package.json or astro.config.*. Disables no-undef (frontmatter globals) and no-unused-expressions (third-party inline-script IIFEs).
  • Expo / React Native — via expo. Runs expo-doctor for dependency alignment.
  • Django / Flask / FastAPI — via requirements.txt or pyproject.toml.

Missing a language?

Open an issue on GitHub. The engine layer is pluggable — adding a language is mostly wiring up existing tooling.