@kitschpatrol/eslint-config 5.8.2 → 5.8.3

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/bin/cli.js CHANGED
@@ -5138,7 +5138,7 @@ var Yargs = YargsFactory(esm_default);
5138
5138
  var yargs_default = Yargs;
5139
5139
 
5140
5140
  // ../../package.json
5141
- var version = "5.8.2";
5141
+ var version = "5.8.3";
5142
5142
 
5143
5143
  // ../../src/execa-utilities.ts
5144
5144
  function isErrorExecaError(error) {
package/dist/index.d.ts CHANGED
@@ -7918,6 +7918,7 @@ type HtmlIndent =
7918
7918
  tagChildrenIndent?: {
7919
7919
  [k: string]: number
7920
7920
  }
7921
+ ignoreComment?: boolean
7921
7922
  },
7922
7923
  ]
7923
7924
  // ----- html/max-element-depth -----
package/dist/index.js CHANGED
@@ -2639,54 +2639,57 @@ var sharedScriptConfig = {
2639
2639
  // Matches everything
2640
2640
  selector: "default"
2641
2641
  },
2642
- {
2643
- format: null,
2644
- leadingUnderscore: "require",
2645
- modifiers: ["unused"],
2646
- selector: "class"
2647
- },
2648
- {
2649
- format: null,
2650
- leadingUnderscore: "require",
2651
- modifiers: ["unused"],
2652
- selector: "enum"
2653
- },
2642
+ // Overkill
2643
+ // {
2644
+ // format: null,
2645
+ // leadingUnderscore: 'require',
2646
+ // modifiers: ['unused'],
2647
+ // selector: 'class',
2648
+ // },
2649
+ // {
2650
+ // format: null,
2651
+ // leadingUnderscore: 'require',
2652
+ // modifiers: ['unused'],
2653
+ // selector: 'enum',
2654
+ // },
2654
2655
  {
2655
2656
  format: null,
2656
2657
  leadingUnderscore: "require",
2657
2658
  modifiers: ["unused"],
2658
2659
  selector: "function"
2659
2660
  },
2660
- {
2661
- format: null,
2662
- leadingUnderscore: "require",
2663
- modifiers: ["unused"],
2664
- selector: "interface"
2665
- },
2666
- {
2667
- format: null,
2668
- leadingUnderscore: "require",
2669
- modifiers: ["unused"],
2670
- selector: "typeAlias"
2671
- },
2661
+ // Overkill
2662
+ // {
2663
+ // format: null,
2664
+ // leadingUnderscore: 'require',
2665
+ // modifiers: ['unused'],
2666
+ // selector: 'interface',
2667
+ // },
2672
2668
  {
2673
2669
  format: null,
2674
2670
  leadingUnderscore: "require",
2675
2671
  modifiers: ["unused"],
2676
2672
  selector: "parameter"
2677
2673
  },
2678
- {
2679
- format: null,
2680
- leadingUnderscore: "require",
2681
- modifiers: ["unused"],
2682
- selector: "typeLike"
2683
- },
2684
- {
2685
- format: null,
2686
- leadingUnderscore: "require",
2687
- modifiers: ["unused"],
2688
- selector: "typeParameter"
2689
- },
2674
+ // Overkill
2675
+ // {
2676
+ // format: null,
2677
+ // leadingUnderscore: 'require',
2678
+ // modifiers: ['unused'],
2679
+ // selector: 'typeAlias',
2680
+ // },
2681
+ // {
2682
+ // format: null,
2683
+ // leadingUnderscore: 'require',
2684
+ // modifiers: ['unused'],
2685
+ // selector: 'typeLike',
2686
+ // },
2687
+ // {
2688
+ // format: null,
2689
+ // leadingUnderscore: 'require',
2690
+ // modifiers: ['unused'],
2691
+ // selector: 'typeParameter',
2692
+ // },
2690
2693
  {
2691
2694
  format: null,
2692
2695
  leadingUnderscore: "require",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/eslint-config",
3
- "version": "5.8.2",
3
+ "version": "5.8.3",
4
4
  "description": "ESLint configuration for @kitschpatrol/shared-config.",
5
5
  "keywords": [
6
6
  "shared-config",
@@ -44,8 +44,8 @@
44
44
  "dependencies": {
45
45
  "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
46
46
  "@eslint-react/eslint-plugin": "2.1.1",
47
- "@html-eslint/eslint-plugin": "^0.47.1",
48
- "@html-eslint/parser": "^0.47.1",
47
+ "@html-eslint/eslint-plugin": "^0.48.0",
48
+ "@html-eslint/parser": "^0.48.0",
49
49
  "@pinojs/json-colorizer": "^4.0.0",
50
50
  "@typescript-eslint/eslint-plugin": "^8.46.3",
51
51
  "@typescript-eslint/parser": "^8.46.3",