Skip to content

Commit 05b1a78

Browse files
committed
fix: disable dist check on binary files
1 parent 47bad21 commit 05b1a78

File tree

4 files changed

+314
-181
lines changed

4 files changed

+314
-181
lines changed

bin/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
#!/usr/bin/env node
2-
// eslint-disable-next-line antfu/no-import-dist
32
import '../dist/cli.js'

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@antfu/eslint-config",
33
"type": "module",
44
"version": "2.6.0",
5-
"packageManager": "pnpm@8.12.1",
5+
"packageManager": "pnpm@8.13.1",
66
"description": "Anthony's ESLint config",
77
"author": "Anthony Fu <[email protected]> (https://github.com/antfu/)",
88
"license": "MIT",
@@ -73,14 +73,14 @@
7373
"@antfu/eslint-define-config": "^1.23.0-2",
7474
"@antfu/install-pkg": "^0.3.1",
7575
"@eslint-types/jsdoc": "46.8.2-1",
76-
"@eslint-types/typescript-eslint": "^6.12.0",
77-
"@eslint-types/unicorn": "^49.0.0",
76+
"@eslint-types/typescript-eslint": "^6.16.0",
77+
"@eslint-types/unicorn": "^50.0.1",
7878
"@stylistic/eslint-plugin": "^1.5.1",
79-
"@typescript-eslint/eslint-plugin": "^6.15.0",
80-
"@typescript-eslint/parser": "^6.15.0",
79+
"@typescript-eslint/eslint-plugin": "^6.16.0",
80+
"@typescript-eslint/parser": "^6.16.0",
8181
"eslint-config-flat-gitignore": "^0.1.2",
8282
"eslint-merge-processors": "^0.1.0",
83-
"eslint-plugin-antfu": "^2.1.0",
83+
"eslint-plugin-antfu": "^2.1.1",
8484
"eslint-plugin-eslint-comments": "^3.2.0",
8585
"eslint-plugin-i": "^2.29.1",
8686
"eslint-plugin-jsdoc": "^46.9.1",
@@ -119,14 +119,14 @@
119119
"@types/yargs": "^17.0.32",
120120
"@unocss/eslint-plugin": "^0.58.0",
121121
"bumpp": "^9.2.1",
122-
"eslint": "npm:eslint-ts-patch@^8.55.0-1",
122+
"eslint": "npm:eslint-ts-patch@^8.56.0-0",
123123
"eslint-flat-config-viewer": "^0.1.3",
124124
"eslint-plugin-format": "^0.1.0",
125125
"eslint-plugin-react": "^7.33.2",
126126
"eslint-plugin-react-hooks": "^4.6.0",
127127
"eslint-plugin-react-refresh": "^0.4.5",
128128
"eslint-plugin-svelte": "^2.35.1",
129-
"eslint-ts-patch": "^8.55.0-1",
129+
"eslint-ts-patch": "^8.56.0-0",
130130
"esno": "^4.0.0",
131131
"execa": "^8.0.1",
132132
"fast-glob": "^3.3.2",

0 commit comments

Comments
 (0)