oxc

⚓ A collection of JavaScript tools written in Rust.

MIT License

Downloads
1.4M
Stars
9K
Committers
163

Bot releases are hidden (Show)

oxc - oxlint v0.1.1

Published by Boshen 10 months ago

Try it out!

Vue support

<script> and <script setup> are linted by default.

Astro support

Frontmatter component script --- and all <script> tags are linted by default.

Configuration files (experimental)

-c ./eslintrc.json will use the rules field for rule configuration, as documented in ESLint's documentation.

Unfortunately, only the json format is supported right now.

The extends field will not take effect; normal -D and -A flags still apply.

New Rules

Correctness

Suspicious

Restriction

Fixes

New Contributors

Full Changelog: https://github.com/oxc-project/oxc/compare/oxlint_v0.0.22...oxlint_v0.1.1

oxc - oxlint v0.0.9

Published by Boshen about 1 year ago