@antfu/eslint-config 4.16.0 → 4.16.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +3 -3
package/dist/cli.js CHANGED
@@ -9,7 +9,7 @@ import parse from "parse-gitignore";
9
9
  import { execSync } from "node:child_process";
10
10
 
11
11
  //#region package.json
12
- var version = "4.16.0";
12
+ var version = "4.16.1";
13
13
 
14
14
  //#endregion
15
15
  //#region src/cli/constants.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@antfu/eslint-config",
3
3
  "type": "module",
4
- "version": "4.16.0",
4
+ "version": "4.16.1",
5
5
  "description": "Anthony's ESLint config",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
7
7
  "license": "MIT",
@@ -103,7 +103,7 @@
103
103
  "eslint-flat-config-utils": "^2.1.0",
104
104
  "eslint-merge-processors": "^2.0.0",
105
105
  "eslint-plugin-antfu": "^3.1.1",
106
- "eslint-plugin-command": "^3.3.0",
106
+ "eslint-plugin-command": "^3.3.1",
107
107
  "eslint-plugin-import-lite": "^0.3.0",
108
108
  "eslint-plugin-jsdoc": "^51.2.1",
109
109
  "eslint-plugin-jsonc": "^2.20.1",
@@ -159,7 +159,7 @@
159
159
  "typescript": "^5.8.3",
160
160
  "vitest": "^3.2.4",
161
161
  "vue": "^3.5.17",
162
- "@antfu/eslint-config": "4.16.0"
162
+ "@antfu/eslint-config": "4.16.1"
163
163
  },
164
164
  "simple-git-hooks": {
165
165
  "pre-commit": "npx lint-staged"