@lichthagel/eslint-config 1.0.21 → 1.0.22

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
@@ -5404,6 +5404,8 @@ type TypescriptEslintExplicitModuleBoundaryTypes = []|[{
5404
5404
 
5405
5405
  allowHigherOrderFunctions?: boolean
5406
5406
 
5407
+ allowOverloadFunctions?: boolean
5408
+
5407
5409
  allowTypedFunctionExpressions?: boolean
5408
5410
  }]
5409
5411
  // ----- @typescript-eslint/init-declarations -----
@@ -6435,6 +6437,8 @@ type TypescriptEslintUnboundMethod = []|[{
6435
6437
  type TypescriptEslintUnifiedSignatures = []|[{
6436
6438
 
6437
6439
  ignoreDifferentlyNamedParameters?: boolean
6440
+
6441
+ ignoreOverloadsWithDifferentJSDoc?: boolean
6438
6442
  }]
6439
6443
  // ----- accessor-pairs -----
6440
6444
  type AccessorPairs = []|[{
package/dist/index.d.ts CHANGED
@@ -5404,6 +5404,8 @@ type TypescriptEslintExplicitModuleBoundaryTypes = []|[{
5404
5404
 
5405
5405
  allowHigherOrderFunctions?: boolean
5406
5406
 
5407
+ allowOverloadFunctions?: boolean
5408
+
5407
5409
  allowTypedFunctionExpressions?: boolean
5408
5410
  }]
5409
5411
  // ----- @typescript-eslint/init-declarations -----
@@ -6435,6 +6437,8 @@ type TypescriptEslintUnboundMethod = []|[{
6435
6437
  type TypescriptEslintUnifiedSignatures = []|[{
6436
6438
 
6437
6439
  ignoreDifferentlyNamedParameters?: boolean
6440
+
6441
+ ignoreOverloadsWithDifferentJSDoc?: boolean
6438
6442
  }]
6439
6443
  // ----- accessor-pairs -----
6440
6444
  type AccessorPairs = []|[{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lichthagel/eslint-config",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "Licht's ESLint config",
5
5
  "keywords": [
6
6
  "eslint",