From 80cf0aebcf2028f41381cf035b6465f80f642a19 Mon Sep 17 00:00:00 2001 From: devjiwonchoi Date: Sun, 19 Nov 2023 03:11:28 +0900 Subject: [PATCH] lint fix --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 943c05f7..af3cd577 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -22,4 +22,4 @@ export const dtsExtentions = { js: '.d.ts', cjs: '.d.cts', mjs: '.d.mts', -} \ No newline at end of file +}