Skip to content

Commit 3b52332

Browse files
committed
fix: lint error
1 parent ff8fa86 commit 3b52332

File tree

3 files changed

+0
-71
lines changed

3 files changed

+0
-71
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
"@eslint-types/jsdoc": "46.9.0",
7575
"@eslint-types/typescript-eslint": "^6.16.0",
7676
"@eslint-types/unicorn": "^50.0.1",
77-
"@stylistic/eslint-plugin": "^1.5.1",
7877
"@toml-tools/parser": "^1.0.0",
7978
"@typescript-eslint/eslint-plugin": "^6.16.0",
8079
"@typescript-eslint/parser": "^6.16.0",

pnpm-lock.yaml

-69
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsup.config.ts

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export default defineConfig({
66
dts: true,
77
format: ['cjs', 'esm'],
88
external: [
9-
'@antfu/eslint-define-config',
109
'eslint-plugin-react',
1110
'eslint-plugin-react-hooks',
1211
'eslint-plugin-react-refresh',

0 commit comments

Comments
 (0)