@luxass/eslint-config 4.3.3 → 4.3.4

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/index.d.cts CHANGED
@@ -7254,7 +7254,7 @@ type Camelcase = []|[{
7254
7254
  ignoreGlobals?: boolean
7255
7255
  properties?: ("always" | "never")
7256
7256
 
7257
- allow?: []|[string]
7257
+ allow?: string[]
7258
7258
  }]
7259
7259
  // ----- capitalized-comments -----
7260
7260
  type CapitalizedComments = []|[("always" | "never")]|[("always" | "never"), ({
@@ -9268,6 +9268,7 @@ type NoUnusedVars = []|[(("all" | "local") | {
9268
9268
  caughtErrorsIgnorePattern?: string
9269
9269
  destructuredArrayIgnorePattern?: string
9270
9270
  ignoreClassWithStaticInitBlock?: boolean
9271
+ reportUsedIgnorePattern?: boolean
9271
9272
  })]
9272
9273
  // ----- no-use-before-define -----
9273
9274
  type NoUseBeforeDefine = []|[("nofunc" | {
@@ -13331,7 +13332,7 @@ type VueCamelcase = []|[{
13331
13332
  ignoreGlobals?: boolean
13332
13333
  properties?: ("always" | "never")
13333
13334
 
13334
- allow?: []|[string]
13335
+ allow?: string[]
13335
13336
  }]
13336
13337
  // ----- vue/comma-dangle -----
13337
13338
  type VueCommaDangle = []|[(_VueCommaDangleValue | {
package/dist/index.d.ts CHANGED
@@ -7254,7 +7254,7 @@ type Camelcase = []|[{
7254
7254
  ignoreGlobals?: boolean
7255
7255
  properties?: ("always" | "never")
7256
7256
 
7257
- allow?: []|[string]
7257
+ allow?: string[]
7258
7258
  }]
7259
7259
  // ----- capitalized-comments -----
7260
7260
  type CapitalizedComments = []|[("always" | "never")]|[("always" | "never"), ({
@@ -9268,6 +9268,7 @@ type NoUnusedVars = []|[(("all" | "local") | {
9268
9268
  caughtErrorsIgnorePattern?: string
9269
9269
  destructuredArrayIgnorePattern?: string
9270
9270
  ignoreClassWithStaticInitBlock?: boolean
9271
+ reportUsedIgnorePattern?: boolean
9271
9272
  })]
9272
9273
  // ----- no-use-before-define -----
9273
9274
  type NoUseBeforeDefine = []|[("nofunc" | {
@@ -13331,7 +13332,7 @@ type VueCamelcase = []|[{
13331
13332
  ignoreGlobals?: boolean
13332
13333
  properties?: ("always" | "never")
13333
13334
 
13334
- allow?: []|[string]
13335
+ allow?: string[]
13335
13336
  }]
13336
13337
  // ----- vue/comma-dangle -----
13337
13338
  type VueCommaDangle = []|[(_VueCommaDangleValue | {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luxass/eslint-config",
3
- "version": "4.3.3",
3
+ "version": "4.3.4",
4
4
  "description": "ESLint config for @luxass",
5
5
  "type": "module",
6
6
  "author": {
@@ -140,7 +140,7 @@
140
140
  "@typescript-eslint/rule-tester": "^7.4.0",
141
141
  "@unocss/eslint-plugin": "^0.58.8",
142
142
  "astro-eslint-parser": "^0.16.3",
143
- "eslint": "9.0.0-rc.0",
143
+ "eslint": "^9.0.0",
144
144
  "eslint-plugin-astro": "^0.33.1",
145
145
  "eslint-plugin-format": "^0.1.0",
146
146
  "eslint-plugin-react": "^7.34.1",