Skip to content

Commit

Permalink
fix: disable dist check on binary files
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 27, 2023
1 parent 47bad21 commit 05b1a78
Show file tree
Hide file tree
Showing 4 changed files with 314 additions and 181 deletions.
1 change: 0 additions & 1 deletion bin/index.js
@@ -1,3 +1,2 @@
#!/usr/bin/env node
// eslint-disable-next-line antfu/no-import-dist
import '../dist/cli.js'
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@antfu/eslint-config",
"type": "module",
"version": "2.6.0",
"packageManager": "pnpm@8.12.1",
"packageManager": "pnpm@8.13.1",
"description": "Anthony's ESLint config",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
Expand Down Expand Up @@ -73,14 +73,14 @@
"@antfu/eslint-define-config": "^1.23.0-2",
"@antfu/install-pkg": "^0.3.1",
"@eslint-types/jsdoc": "46.8.2-1",
"@eslint-types/typescript-eslint": "^6.12.0",
"@eslint-types/unicorn": "^49.0.0",
"@eslint-types/typescript-eslint": "^6.16.0",
"@eslint-types/unicorn": "^50.0.1",
"@stylistic/eslint-plugin": "^1.5.1",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint-config-flat-gitignore": "^0.1.2",
"eslint-merge-processors": "^0.1.0",
"eslint-plugin-antfu": "^2.1.0",
"eslint-plugin-antfu": "^2.1.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-i": "^2.29.1",
"eslint-plugin-jsdoc": "^46.9.1",
Expand Down Expand Up @@ -119,14 +119,14 @@
"@types/yargs": "^17.0.32",
"@unocss/eslint-plugin": "^0.58.0",
"bumpp": "^9.2.1",
"eslint": "npm:eslint-ts-patch@^8.55.0-1",
"eslint": "npm:eslint-ts-patch@^8.56.0-0",
"eslint-flat-config-viewer": "^0.1.3",
"eslint-plugin-format": "^0.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-svelte": "^2.35.1",
"eslint-ts-patch": "^8.55.0-1",
"eslint-ts-patch": "^8.56.0-0",
"esno": "^4.0.0",
"execa": "^8.0.1",
"fast-glob": "^3.3.2",
Expand Down

0 comments on commit 05b1a78

Please sign in to comment.