Last 12 weeks · 58 commits
3 of 6 standards met
Duplicates [x] I have searched the existing issues Latest version [x] I have tested the latest version Current behavior 😯 When I execute , with , , and as options, the resulting scaffolded project consists of a file, an empty folder, and a folder that itself consists of both an empty and an empty folder. Expected behavior 🤔 The template should be copied from the repo, including all files. Steps to reproduce 🕹 Steps: 1. 2. 3. 4. Context 🔦 I would like to create a new SolidStart project with bun. Your environment 🌎
Summary Adds an to every template that runs the new config through oxlint's , enabling the Solid 2.0-aware rule set (removed/renamed 1.x API detection, single-arg , uncalled accessors in DOM attributes, 2.0 event-handler semantics, etc.). Adds a script () and the required devDependencies ( pinned , pinned ) to each template; lockfiles updated. Generated files (, e.g. the TanStack ) are ignored. oxlint's native correctness rules run alongside the plugin, so templates get fast Rust-side checks (unused vars, no-debugger, etc.) for free. Verified full diagnostic parity between oxlint and ESLint for the plugin's rules (17/17 diagnostics across 13 rules on a seeded test suite, settings forwarding and included). All ten templates lint clean — zero errors, zero warnings. Versions are tilde-pinned since support is still alpha; the plugin itself remains linter-agnostic. Test plan [x] passes in all ten templates against the published 0.16.0 [x] Seeded-violation check confirms the solid rules fire under oxlint [x] and vitest suites green (10 tests each); spot-checked builds Made with Cursor
Repository: solidjs/templates. Description: Vite + solid templates Stars: 539, Forks: 128. Primary language: TypeScript. Languages: TypeScript (90.3%), CSS (4.8%), JavaScript (2.5%), HTML (1%), SCSS (1%). Open PRs: 17, open issues: 9. Last activity: 4d ago. Community health: 62%. Top contributors: amoutonbrady, ryansolid, birkskyum, dependabot[bot], LadyBluenotes, brenelz, alexandre-mb-airweb, davedbase, thetarnav, DardanIsufi95 and others.