Skip to content

Commit 666e315

Browse files
Add fallow
1 parent 3b96b69 commit 666e315

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

data/tools/fallow.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: fallow
2+
categories:
3+
- linter
4+
tags:
5+
- javascript
6+
- typescript
7+
- jsx
8+
- nodejs
9+
- vue
10+
license: MIT
11+
types:
12+
- cli
13+
source: "https://github.com/fallow-rs/fallow"
14+
homepage: "https://fallow.tools"
15+
description: >-
16+
Codebase intelligence for TypeScript and JavaScript. Detects unused
17+
files, exports, dependencies, types, enum and class members,
18+
unresolved imports, circular dependencies, code duplication,
19+
boundary violations, and complexity hotspots. Ships framework
20+
plugins for Next.js, Vite, Svelte, Astro, and Vue. Outputs human,
21+
JSON, SARIF, CodeClimate, compact, and markdown, and integrates
22+
with GitHub Actions, GitLab CI, VS Code, LSP, and MCP. Written
23+
in Rust.

0 commit comments

Comments
 (0)