Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vitepress/config/inlined-scripts/banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
}
};

window.__OXC_BANNER_ID__ = "/blog/2025-10-09-oxlint-js-plugins";
window.__OXC_BANNER_ID__ = "/blog/2025-12-22-oxlint-js-plugins-alpha";
restore(`oxc-banner-dismissed-${__OXC_BANNER_ID__}`, "banner-dismissed");
})();
4 changes: 4 additions & 0 deletions .vitepress/sidebar.blog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[
{
"text": "Oxlint JS Plugins Alpha",
"link": "/blog/2025-12-22-oxlint-js-plugins-alpha"
},
{
"text": "Oxlint JS Plugins Preview",
"link": "/blog/2025-10-09-oxlint-js-plugins"
Expand Down
4 changes: 2 additions & 2 deletions .vitepress/theme/components/Banner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const hide = () => {
};

// Sync with inlined-scripts/banner.js
const slug = "/blog/2025-10-09-oxlint-js-plugins";
const slug = "/blog/2025-12-22-oxlint-js-plugins-alpha";

const bannerDismissed = useLocalStorage<boolean>(`oxc-banner-dismissed-${slug}`, false);

Expand Down Expand Up @@ -46,7 +46,7 @@ const dismiss = () => {

<template>
<div ref="el" class="banner banner-dismissed">
<div class="text"><a :href="slug">Announcing Oxlint JS Plugins Preview</a> 🎉</div>
<div class="text"><a :href="slug">Announcing Oxlint JS Plugins Alpha</a> 🎉</div>

<button type="button" @click="dismiss">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
Expand Down
41 changes: 41 additions & 0 deletions src/blog/2025-12-22-oxlint-js-plugins-alpha.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
title: Oxlint JS Plugins Alpha
outline: deep
authors:
- overlookmotel
- cameron
---

<AppBlogPostHeader />

<br>

We're excited to announce the alpha release of JavaScript plugins for Oxlint!

## Overview

[Add overview content here]

## Quick Start

[Add quick start instructions here]

## What's New

[Add details about new features and capabilities]

## Performance

[Add performance benchmarks and comparisons]

## Technical Details

[Add technical implementation details]

## What's Next

[Add roadmap and future plans]

## Try It Out

[Add call to action and community information]