# QuiiBz/sherif

Opinionated, zero-config linter for TypeScript & JavaScript monorepos

Repository: https://github.com/QuiiBz/sherif
Canonical: https://ross.abutalabs.com/products/sherif
Language: JavaScript
License: MIT
License Family: permissive
Topics: cli, javascript, linter, monorepo, typescript
Last push: 2026-07-04T13:21:46+00:00

## Health v2 (maintenance only)
Score: 88/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 90, release rhythm 91, longevity 77
- inputs: {"age_days": 1081, "days_push": 60, "days_rel": 60, "gap_med": 22.0, "n_releases_24m": 19}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1182, forks 23 (observed 2026-08-28T04:03:54.273999+00:00)

## What it is
Sherif is an opinionated, zero-config linter for TypeScript and JavaScript monorepos, written in Rust for speed. It checks package. consistency across workspaces (like dependency version mismatches) without needing node_modules installed, and supports autofixing plus a GitHub Action for CI.

## Use cases
- lint a monorepo for inconsistent dependency versions across packages
- enforce standardized package. fields in a pnpm or yarn workspace
- add a monorepo consistency check to CI on pull requests
- autofix mismatched dependency versions across workspace packages
- check monorepo package hygiene without installing node_modules

## When to choose
- you maintain a TypeScript or JavaScript monorepo with multiple packages
- you want zero-config linting of package. consistency
- you need a fast linter that works with pnpm, npm, yarn, or bun
- you want CI enforcement to prevent dependency version regressions

## When to avoid
- you need a general-purpose JavaScript/TypeScript code linter like ESLint
- your project is a single package, not a monorepo
- you need highly customizable or configurable lint rules

## Facets
- artifact type: cli-tool
- maturity: active
- function: linter, cli, developer-tools, ci-cd
- domain: developer-tools, version-control
- platform: cli, cross-platform
- tags: monorepo, typescript, zero-config, package-managers, rust, npm-packages, javascript, automation, nodejs

## Member repositories
- QuiiBz/sherif (main) score 88

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:54.273999+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:24:46.259947+00:00, confidence not recorded.
  - readme: https://github.com/QuiiBz/sherif (fetched 2026-08-28T04:03:54.273999+00:00, sha 32223d2d6a70)
  - registry_npm: https://registry.npmjs.org/sherif (fetched 2026-08-29T12:31:38.608864+00:00, sha d877f9b992ff)
- Data as of 2026-08-30T08:39:29.467469+00:00.
