From d9069fa46d9add52ae4e55572f25e10b1263f46f Mon Sep 17 00:00:00 2001 From: skyfeiz Date: Tue, 6 Jan 2026 11:54:43 +0800 Subject: [PATCH] fix: perfectionist/sort-imports --- package.json | 2 +- tsdown.config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 76f6d09..b43911e 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "dev": "nr build --watch --sourcemap", "prepare": "nr update", "update": "vscode-ext-gen --output src/generated/meta.ts", - "lint": "eslint .", + "lint": "eslint . --fix", "test": "vitest", "typecheck": "tsc --noEmit", "vscode:prepublish": "nr build", diff --git a/tsdown.config.ts b/tsdown.config.ts index 1aea617..c28b32d 100644 --- a/tsdown.config.ts +++ b/tsdown.config.ts @@ -1,5 +1,5 @@ -import { defineConfig } from 'tsdown' import { execSync } from 'node:child_process' +import { defineConfig } from 'tsdown' export default defineConfig({ entry: [