@enormora/eslint-config-react-jsx 0.0.31 → 0.0.33
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/package.json +3 -3
- package/readme.md +2 -0
- package/sbom.cdx.json +14 -14
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"Christian Rackerseder <github@echooff.de>"
|
|
5
5
|
],
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@enormora/eslint-config-react": "0.0.
|
|
7
|
+
"@enormora/eslint-config-react": "0.0.18"
|
|
8
8
|
},
|
|
9
9
|
"description": "Enormora’s ESLint react with JSX configuration",
|
|
10
10
|
"exports": {
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"name": "@enormora/eslint-config-react-jsx",
|
|
17
17
|
"peerDependencies": {
|
|
18
|
-
"@enormora/eslint-config-base": "0.0.
|
|
18
|
+
"@enormora/eslint-config-base": "0.0.34"
|
|
19
19
|
},
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "git",
|
|
22
22
|
"url": "git://github.com/enormora/eslint-config.git"
|
|
23
23
|
},
|
|
24
24
|
"type": "module",
|
|
25
|
-
"version": "0.0.
|
|
25
|
+
"version": "0.0.33"
|
|
26
26
|
}
|
package/readme.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# `@enormora/eslint-config-react-jsx`
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@enormora/eslint-config-react-jsx)
|
|
4
|
+
|
|
3
5
|
Config preset for react and JSX, enabling specific rules and compiler settings.
|
|
4
6
|
|
|
5
7
|
## Install & Setup
|
package/sbom.cdx.json
CHANGED
|
@@ -16,52 +16,52 @@
|
|
|
16
16
|
"component": {
|
|
17
17
|
"type": "library",
|
|
18
18
|
"name": "@enormora/eslint-config-react-jsx",
|
|
19
|
-
"version": "0.0.
|
|
20
|
-
"bom-ref": "pkg:npm/@enormora/eslint-config-react-jsx@0.0.
|
|
21
|
-
"purl": "pkg:npm/@enormora/eslint-config-react-jsx@0.0.
|
|
19
|
+
"version": "0.0.33",
|
|
20
|
+
"bom-ref": "pkg:npm/@enormora/eslint-config-react-jsx@0.0.33",
|
|
21
|
+
"purl": "pkg:npm/@enormora/eslint-config-react-jsx@0.0.33"
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
24
|
"components": [
|
|
25
25
|
{
|
|
26
26
|
"type": "library",
|
|
27
27
|
"name": "@enormora/eslint-config-base",
|
|
28
|
-
"version": "0.0.
|
|
29
|
-
"bom-ref": "pkg:npm/@enormora/eslint-config-base@0.0.
|
|
28
|
+
"version": "0.0.34",
|
|
29
|
+
"bom-ref": "pkg:npm/@enormora/eslint-config-base@0.0.34",
|
|
30
30
|
"scope": "optional",
|
|
31
31
|
"licenses": [
|
|
32
32
|
{
|
|
33
33
|
"expression": "MIT"
|
|
34
34
|
}
|
|
35
35
|
],
|
|
36
|
-
"purl": "pkg:npm/@enormora/eslint-config-base@0.0.
|
|
36
|
+
"purl": "pkg:npm/@enormora/eslint-config-base@0.0.34"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
"type": "library",
|
|
40
40
|
"name": "@enormora/eslint-config-react",
|
|
41
|
-
"version": "0.0.
|
|
42
|
-
"bom-ref": "pkg:npm/@enormora/eslint-config-react@0.0.
|
|
41
|
+
"version": "0.0.18",
|
|
42
|
+
"bom-ref": "pkg:npm/@enormora/eslint-config-react@0.0.18",
|
|
43
43
|
"scope": "required",
|
|
44
44
|
"licenses": [
|
|
45
45
|
{
|
|
46
46
|
"expression": "MIT"
|
|
47
47
|
}
|
|
48
48
|
],
|
|
49
|
-
"purl": "pkg:npm/@enormora/eslint-config-react@0.0.
|
|
49
|
+
"purl": "pkg:npm/@enormora/eslint-config-react@0.0.18"
|
|
50
50
|
}
|
|
51
51
|
],
|
|
52
52
|
"dependencies": [
|
|
53
53
|
{
|
|
54
|
-
"ref": "pkg:npm/@enormora/eslint-config-base@0.0.
|
|
54
|
+
"ref": "pkg:npm/@enormora/eslint-config-base@0.0.34"
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
|
-
"ref": "pkg:npm/@enormora/eslint-config-react-jsx@0.0.
|
|
57
|
+
"ref": "pkg:npm/@enormora/eslint-config-react-jsx@0.0.33",
|
|
58
58
|
"dependsOn": [
|
|
59
|
-
"pkg:npm/@enormora/eslint-config-base@0.0.
|
|
60
|
-
"pkg:npm/@enormora/eslint-config-react@0.0.
|
|
59
|
+
"pkg:npm/@enormora/eslint-config-base@0.0.34",
|
|
60
|
+
"pkg:npm/@enormora/eslint-config-react@0.0.18"
|
|
61
61
|
]
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
|
-
"ref": "pkg:npm/@enormora/eslint-config-react@0.0.
|
|
64
|
+
"ref": "pkg:npm/@enormora/eslint-config-react@0.0.18"
|
|
65
65
|
}
|
|
66
66
|
]
|
|
67
67
|
}
|