@enormora/eslint-config-astro-ts 0.0.1 → 0.0.2

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.
Files changed (3) hide show
  1. package/package.json +3 -3
  2. package/readme.md +2 -0
  3. package/sbom.cdx.json +14 -14
package/package.json CHANGED
@@ -4,8 +4,8 @@
4
4
  "Christian Rackerseder <github@echooff.de>"
5
5
  ],
6
6
  "dependencies": {
7
- "@enormora/eslint-config-astro": "0.0.1",
8
- "@typescript-eslint/parser": "8.59.3",
7
+ "@enormora/eslint-config-astro": "0.0.2",
8
+ "@typescript-eslint/parser": "8.59.4",
9
9
  "astro-eslint-parser": "1.4.0"
10
10
  },
11
11
  "description": "Enormora’s ESLint Astro with TypeScript configuration",
@@ -22,5 +22,5 @@
22
22
  },
23
23
  "sideEffects": false,
24
24
  "type": "module",
25
- "version": "0.0.1"
25
+ "version": "0.0.2"
26
26
  }
package/readme.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # `@enormora/eslint-config-astro-ts`
2
2
 
3
+ [![npm](https://img.shields.io/npm/v/@enormora/eslint-config-astro-ts?label=)](https://www.npmjs.com/package/@enormora/eslint-config-astro-ts)
4
+
3
5
  Config preset for Astro with TypeScript, enabling Astro parser support and explicit Astro rules.
4
6
 
5
7
  ## Install & Setup
package/sbom.cdx.json CHANGED
@@ -16,37 +16,37 @@
16
16
  "component": {
17
17
  "type": "library",
18
18
  "name": "@enormora/eslint-config-astro-ts",
19
- "version": "0.0.1",
20
- "bom-ref": "pkg:npm/@enormora/eslint-config-astro-ts@0.0.1",
21
- "purl": "pkg:npm/@enormora/eslint-config-astro-ts@0.0.1"
19
+ "version": "0.0.2",
20
+ "bom-ref": "pkg:npm/@enormora/eslint-config-astro-ts@0.0.2",
21
+ "purl": "pkg:npm/@enormora/eslint-config-astro-ts@0.0.2"
22
22
  }
23
23
  },
24
24
  "components": [
25
25
  {
26
26
  "type": "library",
27
27
  "name": "@enormora/eslint-config-astro",
28
- "version": "0.0.1",
29
- "bom-ref": "pkg:npm/@enormora/eslint-config-astro@0.0.1",
28
+ "version": "0.0.2",
29
+ "bom-ref": "pkg:npm/@enormora/eslint-config-astro@0.0.2",
30
30
  "scope": "required",
31
31
  "licenses": [
32
32
  {
33
33
  "expression": "MIT"
34
34
  }
35
35
  ],
36
- "purl": "pkg:npm/@enormora/eslint-config-astro@0.0.1"
36
+ "purl": "pkg:npm/@enormora/eslint-config-astro@0.0.2"
37
37
  },
38
38
  {
39
39
  "type": "library",
40
40
  "name": "@typescript-eslint/parser",
41
- "version": "8.59.3",
42
- "bom-ref": "pkg:npm/@typescript-eslint/parser@8.59.3",
41
+ "version": "8.59.4",
42
+ "bom-ref": "pkg:npm/@typescript-eslint/parser@8.59.4",
43
43
  "scope": "required",
44
44
  "licenses": [
45
45
  {
46
46
  "expression": "MIT"
47
47
  }
48
48
  ],
49
- "purl": "pkg:npm/@typescript-eslint/parser@8.59.3"
49
+ "purl": "pkg:npm/@typescript-eslint/parser@8.59.4"
50
50
  },
51
51
  {
52
52
  "type": "library",
@@ -64,18 +64,18 @@
64
64
  ],
65
65
  "dependencies": [
66
66
  {
67
- "ref": "pkg:npm/@enormora/eslint-config-astro-ts@0.0.1",
67
+ "ref": "pkg:npm/@enormora/eslint-config-astro-ts@0.0.2",
68
68
  "dependsOn": [
69
- "pkg:npm/@enormora/eslint-config-astro@0.0.1",
70
- "pkg:npm/@typescript-eslint/parser@8.59.3",
69
+ "pkg:npm/@enormora/eslint-config-astro@0.0.2",
70
+ "pkg:npm/@typescript-eslint/parser@8.59.4",
71
71
  "pkg:npm/astro-eslint-parser@1.4.0"
72
72
  ]
73
73
  },
74
74
  {
75
- "ref": "pkg:npm/@enormora/eslint-config-astro@0.0.1"
75
+ "ref": "pkg:npm/@enormora/eslint-config-astro@0.0.2"
76
76
  },
77
77
  {
78
- "ref": "pkg:npm/@typescript-eslint/parser@8.59.3"
78
+ "ref": "pkg:npm/@typescript-eslint/parser@8.59.4"
79
79
  },
80
80
  {
81
81
  "ref": "pkg:npm/astro-eslint-parser@1.4.0"