@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 +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +39 -36
- package/package.json +3 -3
package/bin/cli.js
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -2639,54 +2639,57 @@ var sharedScriptConfig = {
|
|
|
2639
2639
|
// Matches everything
|
|
2640
2640
|
selector: "default"
|
|
2641
2641
|
},
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
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
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
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
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
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.
|
|
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.
|
|
48
|
-
"@html-eslint/parser": "^0.
|
|
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",
|