Skip to content

Commit d5dfd8c

Browse files
Boshenclaude
andcommitted
Add Oxlint JS Plugins Alpha blog post
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4f5e2bc commit d5dfd8c

File tree

4 files changed

+48
-3
lines changed

4 files changed

+48
-3
lines changed

.vitepress/config/inlined-scripts/banner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
}
77
};
88

9-
window.__OXC_BANNER_ID__ = "/blog/2025-10-09-oxlint-js-plugins";
9+
window.__OXC_BANNER_ID__ = "/blog/2025-12-22-oxlint-js-plugins-alpha";
1010
restore(`oxc-banner-dismissed-${__OXC_BANNER_ID__}`, "banner-dismissed");
1111
})();

.vitepress/sidebar.blog.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
[
2+
{
3+
"text": "Oxlint JS Plugins Alpha",
4+
"link": "/blog/2025-12-22-oxlint-js-plugins-alpha"
5+
},
26
{
37
"text": "Oxlint JS Plugins Preview",
48
"link": "/blog/2025-10-09-oxlint-js-plugins"

.vitepress/theme/components/Banner.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const hide = () => {
1717
};
1818
1919
// Sync with inlined-scripts/banner.js
20-
const slug = "/blog/2025-10-09-oxlint-js-plugins";
20+
const slug = "/blog/2025-12-22-oxlint-js-plugins-alpha";
2121
2222
const bannerDismissed = useLocalStorage<boolean>(`oxc-banner-dismissed-${slug}`, false);
2323
@@ -46,7 +46,7 @@ const dismiss = () => {
4646

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

5151
<button type="button" @click="dismiss">
5252
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Oxlint JS Plugins Alpha
3+
outline: deep
4+
authors:
5+
- overlookmotel
6+
- cameron
7+
---
8+
9+
<AppBlogPostHeader />
10+
11+
<br>
12+
13+
We're excited to announce the alpha release of JavaScript plugins for Oxlint!
14+
15+
## Overview
16+
17+
[Add overview content here]
18+
19+
## Quick Start
20+
21+
[Add quick start instructions here]
22+
23+
## What's New
24+
25+
[Add details about new features and capabilities]
26+
27+
## Performance
28+
29+
[Add performance benchmarks and comparisons]
30+
31+
## Technical Details
32+
33+
[Add technical implementation details]
34+
35+
## What's Next
36+
37+
[Add roadmap and future plans]
38+
39+
## Try It Out
40+
41+
[Add call to action and community information]

0 commit comments

Comments
 (0)