From 7701102bef660d7e6faad1aa2f15b0f706ab9e98 Mon Sep 17 00:00:00 2001 From: Boshen Date: Thu, 23 May 2024 15:02:17 +0800 Subject: [PATCH] update rolldown (#8) --- matrix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix.json b/matrix.json index 819fe12..337f5ee 100644 --- a/matrix.json +++ b/matrix.json @@ -3,7 +3,7 @@ "repository": "rolldown/rolldown", "ref": "main", "path": "rolldown", - "command": "./oxlint --deny-warnings --ignore-path=.oxlintignore --import-plugin" + "command": "./oxlint --deny-warnings -c .oxlintrc.json --ignore-path=.oxlintignore --import-plugin --jsdoc-plugin" }, { "repository": "napi-rs/napi-rs",