Skip to content

Commit 8945a5c

Browse files
Add fallow
1 parent 3b96b69 commit 8945a5c

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

data/tools/fallow.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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, boundary
19+
violations, and complexity hotspots. Ships 84+ framework plugins
20+
(Next.js, Vite, Svelte, Astro, Vue), outputs human / JSON / SARIF /
21+
CodeClimate / compact / markdown, and integrates with GitHub Actions,
22+
GitLab CI, VS Code, LSP, and MCP. Written in Rust for speed.

0 commit comments

Comments
 (0)