From 666e3157c12823787b2c7856a5e557e5f8a88d58 Mon Sep 17 00:00:00 2001 From: Bart Waardenburg Date: Thu, 23 Apr 2026 11:41:51 +0200 Subject: [PATCH] Add fallow --- data/tools/fallow.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 data/tools/fallow.yml diff --git a/data/tools/fallow.yml b/data/tools/fallow.yml new file mode 100644 index 000000000..1f031854c --- /dev/null +++ b/data/tools/fallow.yml @@ -0,0 +1,23 @@ +name: fallow +categories: + - linter +tags: + - javascript + - typescript + - jsx + - nodejs + - vue +license: MIT +types: + - cli +source: "https://github.com/fallow-rs/fallow" +homepage: "https://fallow.tools" +description: >- + Codebase intelligence for TypeScript and JavaScript. Detects unused + files, exports, dependencies, types, enum and class members, + unresolved imports, circular dependencies, code duplication, + boundary violations, and complexity hotspots. Ships framework + plugins for Next.js, Vite, Svelte, Astro, and Vue. Outputs human, + JSON, SARIF, CodeClimate, compact, and markdown, and integrates + with GitHub Actions, GitLab CI, VS Code, LSP, and MCP. Written + in Rust.