From 06f113b226640b6b10692d2e3a0bacfc30dc308f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=8B=E3=81=A3=E3=81=93=E3=81=8B=E3=82=8A?= <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Sat, 1 Feb 2025 14:48:04 +0900 Subject: [PATCH] =?UTF-8?q?fix(misskey-js):=20api=20extractor=E3=81=AE?= =?UTF-8?q?=E5=87=BA=E5=8A=9B=E3=82=92LF=E3=81=AB=E5=BC=B7=E5=88=B6=20(#15?= =?UTF-8?q?369)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(misskey-js): api extractorの出力をLFに強制 * indent --- packages/misskey-js/api-extractor.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/misskey-js/api-extractor.json b/packages/misskey-js/api-extractor.json index a95281a6d5..627a245a49 100644 --- a/packages/misskey-js/api-extractor.json +++ b/packages/misskey-js/api-extractor.json @@ -62,6 +62,8 @@ */ "bundledPackages": [], + "newlineKind": "lf", + /** * Determines how the TypeScript compiler engine will be invoked by API Extractor. */