Skip to content

Commit 60c5ad6

Browse files
committed
heft oxlint plugin
1 parent 8d872db commit 60c5ad6

18 files changed

Lines changed: 1746 additions & 197 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/heft-oxlint-plugin",
5+
"comment": "Initial release of a Heft plugin for running oxlint, the fast Rust-based JavaScript/TypeScript linter.",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@rushstack/heft-oxlint-plugin",
10+
"email": "yashwanth195@users.noreply.github.com"
11+
}

common/config/rush/browser-approved-packages.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
"name": "@reduxjs/toolkit",
3939
"allowedCategories": [ "libraries", "vscode-extensions" ]
4040
},
41+
{
42+
"name": "@rushstack/heft-oxlint-plugin",
43+
"allowedCategories": [ "libraries" ]
44+
},
4145
{
4246
"name": "@rushstack/problem-matcher",
4347
"allowedCategories": [ "libraries" ]
@@ -62,6 +66,10 @@
6266
"name": "office-ui-fabric-core",
6367
"allowedCategories": [ "libraries" ]
6468
},
69+
{
70+
"name": "oxlint",
71+
"allowedCategories": [ "libraries" ]
72+
},
6573
{
6674
"name": "prism-react-renderer",
6775
"allowedCategories": [ "libraries" ]

0 commit comments

Comments
 (0)