@antfu/eslint-config 3.5.0 → 3.5.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.
package/dist/cli.cjs CHANGED
@@ -41,7 +41,7 @@ var import_picocolors = __toESM(require("picocolors"), 1);
41
41
  var package_default = {
42
42
  name: "@antfu/eslint-config",
43
43
  type: "module",
44
- version: "3.5.0",
44
+ version: "3.5.1",
45
45
  packageManager: "pnpm@9.10.0",
46
46
  description: "Anthony's ESLint config",
47
47
  author: "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
@@ -147,7 +147,7 @@ var package_default = {
147
147
  "eslint-config-flat-gitignore": "^0.3.0",
148
148
  "eslint-flat-config-utils": "^0.4.0",
149
149
  "eslint-merge-processors": "^0.1.0",
150
- "eslint-plugin-antfu": "^2.5.0",
150
+ "eslint-plugin-antfu": "^2.6.0",
151
151
  "eslint-plugin-command": "^0.2.4",
152
152
  "eslint-plugin-import-x": "^4.2.1",
153
153
  "eslint-plugin-jsdoc": "^50.2.2",
@@ -210,7 +210,7 @@ var package_default = {
210
210
  tsx: "^4.19.0",
211
211
  typescript: "^5.6.2",
212
212
  vitest: "^2.0.5",
213
- vue: "^3.5.3"
213
+ vue: "^3.5.4"
214
214
  },
215
215
  resolutions: {
216
216
  "@eslint-community/eslint-utils": "^4.4.0",
package/dist/cli.js CHANGED
@@ -12,7 +12,7 @@ import c from "picocolors";
12
12
  var package_default = {
13
13
  name: "@antfu/eslint-config",
14
14
  type: "module",
15
- version: "3.5.0",
15
+ version: "3.5.1",
16
16
  packageManager: "pnpm@9.10.0",
17
17
  description: "Anthony's ESLint config",
18
18
  author: "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
@@ -118,7 +118,7 @@ var package_default = {
118
118
  "eslint-config-flat-gitignore": "^0.3.0",
119
119
  "eslint-flat-config-utils": "^0.4.0",
120
120
  "eslint-merge-processors": "^0.1.0",
121
- "eslint-plugin-antfu": "^2.5.0",
121
+ "eslint-plugin-antfu": "^2.6.0",
122
122
  "eslint-plugin-command": "^0.2.4",
123
123
  "eslint-plugin-import-x": "^4.2.1",
124
124
  "eslint-plugin-jsdoc": "^50.2.2",
@@ -181,7 +181,7 @@ var package_default = {
181
181
  tsx: "^4.19.0",
182
182
  typescript: "^5.6.2",
183
183
  vitest: "^2.0.5",
184
- vue: "^3.5.3"
184
+ vue: "^3.5.4"
185
185
  },
186
186
  resolutions: {
187
187
  "@eslint-community/eslint-utils": "^4.4.0",
package/dist/index.d.cts CHANGED
@@ -7790,7 +7790,7 @@ type AccessorPairs = []|[{
7790
7790
  // ----- antfu/consistent-chaining -----
7791
7791
  type AntfuConsistentChaining = []|[{
7792
7792
 
7793
- allowFirstPropertyAccess?: boolean
7793
+ allowLeadingPropertyAccess?: boolean
7794
7794
  }]
7795
7795
  // ----- antfu/consistent-list-newline -----
7796
7796
  type AntfuConsistentListNewline = []|[{
package/dist/index.d.ts CHANGED
@@ -7790,7 +7790,7 @@ type AccessorPairs = []|[{
7790
7790
  // ----- antfu/consistent-chaining -----
7791
7791
  type AntfuConsistentChaining = []|[{
7792
7792
 
7793
- allowFirstPropertyAccess?: boolean
7793
+ allowLeadingPropertyAccess?: boolean
7794
7794
  }]
7795
7795
  // ----- antfu/consistent-list-newline -----
7796
7796
  type AntfuConsistentListNewline = []|[{
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@antfu/eslint-config",
3
3
  "type": "module",
4
- "version": "3.5.0",
4
+ "version": "3.5.1",
5
5
  "description": "Anthony's ESLint config",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
7
7
  "license": "MIT",
@@ -92,7 +92,7 @@
92
92
  "eslint-config-flat-gitignore": "^0.3.0",
93
93
  "eslint-flat-config-utils": "^0.4.0",
94
94
  "eslint-merge-processors": "^0.1.0",
95
- "eslint-plugin-antfu": "^2.5.0",
95
+ "eslint-plugin-antfu": "^2.6.0",
96
96
  "eslint-plugin-command": "^0.2.4",
97
97
  "eslint-plugin-import-x": "^4.2.1",
98
98
  "eslint-plugin-jsdoc": "^50.2.2",
@@ -154,8 +154,8 @@
154
154
  "tsx": "^4.19.0",
155
155
  "typescript": "^5.6.2",
156
156
  "vitest": "^2.0.5",
157
- "vue": "^3.5.3",
158
- "@antfu/eslint-config": "3.5.0"
157
+ "vue": "^3.5.4",
158
+ "@antfu/eslint-config": "3.5.1"
159
159
  },
160
160
  "resolutions": {
161
161
  "@eslint-community/eslint-utils": "^4.4.0",