Skip to content

Commit dd94a56

Browse files
committed
chore: update eslint config
1 parent af92300 commit dd94a56

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

eslint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ export default [
66
rules: {
77
},
88
},
9+
{
10+
ignores: ["dist/*"],
11+
},
912
];

tsup.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { readFileSync } from "node:fs";
2-
import { type Plugin } from "esbuild";
31
import { defineConfig } from "tsup";
42

53
export default defineConfig({

0 commit comments

Comments
 (0)