Try it out!
- Run
npx --yes oxlint@latest
from your terminal - Install the Vscode extension https://marketplace.visualstudio.com/items?itemName=oxc.oxc-vscode
- Read the usage guide
Svelte support
<script>
tag is linted by default.
Features
- feat(linter): <script> part of svelte file by @Boshen in #1918
- feat(linter): disable no-unused-labels for svelte by @Boshen in #1919
Fixes
- fix(linter): change no-var to restriction bb6128b
- chore: add some useful informantion log by @IWANABETHATGUY in #1912
- fix(linter) fix eslint config for filename case by @camc314 in #1913
Full Changelog: oxlint_v0.1.1...oxlint_v0.1.2