Skip to content

Commit

Permalink
add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Nov 9, 2023
1 parent 86f2036 commit 41a9aac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/usage/linter.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ title: Linter

# Oxlint

![npm](https://img.shields.io/npm/dw/oxlint)
![GitHub Repo stars](https://img.shields.io/github/stars/web-infra-dev/oxc)

## Features

- Runs 50 -100 times faster than ESLint, , and scales with the number of CPU cores ([Benchmark](https://github.com/oxc-project/bench-javascript-linter)).
Expand All @@ -16,8 +19,6 @@ title: Linter

## Adoptions

![npm](https://img.shields.io/npm/dw/oxlint)

- A 5M LOC typescript codebase previously running ESLint parallelized across 48 workers in CI taking 75 mins (12m wall time), it is now 8 seconds on a single worker. ([Source](https://twitter.com/boshen_c/status/1714827365136929029))

## Usage
Expand Down

0 comments on commit 41a9aac

Please sign in to comment.