@whoj/eslint-config 2.3.0 → 2.3.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 +2 -2
package/dist/cli.js CHANGED
@@ -112,7 +112,7 @@ import c2 from "picocolors";
112
112
  var package_default = {
113
113
  name: "@whoj/eslint-config",
114
114
  type: "module",
115
- version: "2.3.0",
115
+ version: "2.3.1",
116
116
  packageManager: "pnpm@10.2.1",
117
117
  description: "ESLint config",
118
118
  license: "MIT",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@whoj/eslint-config",
3
3
  "type": "module",
4
- "version": "2.3.0",
4
+ "version": "2.3.1",
5
5
  "description": "ESLint config",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/who-jonson/eslint-config",
@@ -118,7 +118,7 @@
118
118
  "typescript": "^5.7.3",
119
119
  "vitest": "^3.0.4",
120
120
  "vue": "^3.5.13",
121
- "@whoj/eslint-config": "2.3.0"
121
+ "@whoj/eslint-config": "2.3.1"
122
122
  },
123
123
  "resolutions": {
124
124
  "@eslint-community/eslint-utils": "^4.4.1",