feat: sync site with v0.1.7 release (306 → 373 rules)#18
Open
tommymorgan wants to merge 2 commits into
Open
Conversation
jetlint v0.1.4 ships PR #619 — the suspicious + complexity + style + a11y batch. The site now reflects: - 306 total rules (was 182) - suspicious: 97 (was 31), complexity: 37 (was 17), style: 9 (was 7) - a11y: 36 (new category — JSX accessibility ports from biome's a11y suite) - 8 categories listed in the chip strip (was 7) - 11,396 upstream fixtures pass (was 10,598) — 5203 biome/oxlint cases added across the new ports - 11,467 cases total counting hand-written ESLint-core tests - install.md off-by-default count: 301 (was 177) Recommended preset is unchanged at 5 rules.
- Bump rule count 306 → 373 (registry-fill PR #620 added 67 AST-only ports from biome/oxlint: 15 to complexity, 52 to style). - Reorder category chips to match the new size order. - Update aggregate fixture counts: typescript-eslint 6193 unchanged, biome/oxlint 5203 → 5459, hand-written 71 unchanged, totals 11396 → 11652 upstream + 71 hand-written = 11723 all-in. - Update install.md "rules ship off" count 301 → 368. - Replace the homepage hero "Interactive speed / warm program" copy with a more honest "Fail-fast lints / --max-diagnostics" feature. The v0.1.6 daemon is a placeholder that doesn't warm anything across invocations today; the cap is the real perf knob that shipped, so the site now leads with it. - Drop the "drop-in compatible" framing site-wide in favor of "rule-compatible" (matches README and the npm description). - Document ignorePatterns and --max-diagnostics in /config. - Fix two stale claims on /config that the code never matched: severity is spelled "warning" (not "warn"), and there is no --strict flag; CI overrides happen through --max-diagnostics 0 + --format json/sarif. Supersedes the prior v0.1.4 sync PR. Folds in the standalone ignorePatterns and rule-compatible-copy PRs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Brings the site current with the v0.1.7 release. Supersedes the prior #15 (v0.1.4 sync, 182 → 306) and folds in #16 (ignorePatterns docs) and #17 (rule-compatible copy).
Numbers
install.md"rules ship off"Honest copy changes
--max-diagnostics". The v0.1.6 daemon is a placeholder that doesn't warm anything across invocations today; the cap is the real perf knob that shipped (184× on real-project measurements), so the site now leads with that./configupdatesignorePatternssection (gitignore-flavored doublestar globs; cascade-aware negation).--max-diagnosticssection (short-circuit lint walk; human format only; warnings don't consume the cap)."warn"→"warning"site-wide (the code only ever accepted"warning"; old docs would have failed config validation).--strictmention. No such flag exists; suggest--max-diagnostics 0plus--format json/sariffor CI instead.Test plan
pnpm install && pnpm build— clean/,/rules,/config,/installafter deploy🤖 Generated with Claude Code