What it is
An experimental Oxlint plugin for developers who want lint rules expressed as plain-English yes/no questions about functions, calls, JSX elements, or whole files, reported when Jev's yes-probability clears a cutoff.
How it uses Jev
For each match, the plugin sends the snippet plus the rule's question to Jev and reports an error when the yes-probability is at or above the rule's cutoff. One request per file covers all matches; answers are cached under node_modules/.cache/oxlint-plugin-jev.
Primitives:choice
Technique worth stealing
Write the question precisely: wording is the rule, so vague questions fire on legitimate code.
Try it
npm i -D oxlint oxlint-plugin-jev, set TYPESAFE_API_KEY, add jev/ask to .oxlintrc.json, run oxlint.
Evidence
Each line is one question put to Jev about the README. ≥ 0.60 reads as yes, ≤ 0.40 as no; in between Jev is not making a call.
- Jev-centricyes0.88
- Shows a System One patternyes0.66
- Handles uncertaintyyes0.94
- Measuredno0.04
- Runnableyes0.98
- Worth recommendingno0.29
- Model replicano0.02
- Problem scopescore on a 0–2 scale0.66
- About Jevyes0.98
Signals by Jev jev-1.13.0, card written by DeepSeek V4.1 Flash from the README on 21 Sept 2026.