Skip to content

v1beta1

Choose a tag to compare

@Andrew-Jayne Andrew-Jayne released this 05 Jun 23:46
· 15 commits to main since this release

ExplicitJS v1beta1

First beta release of ExplicitJS — a Deno-based linter that enforces explicit, unambiguous JavaScript.

Highlights

  • Runs directly from raw GitHub URL via Deno — no npm install needed
  • Configurable via .explicitrc.json
  • Table-driven test harness

Install & Run

deno run --allow-read https://raw.githubusercontent.com/Andrew-Jayne/ExplicitJS/main/src/main.ts