@enormora/eslint-config-react-jsx 0.0.33 → 0.0.34
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 +10 -10
- package/sbom.cdx.json +15 -15
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.19"
|
|
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.35"
|
|
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.34"
|
|
26
26
|
}
|
package/readme.md
CHANGED
|
@@ -15,17 +15,17 @@ npm install --save-dev @enormora/eslint-config-base @enormora/eslint-config-reac
|
|
|
15
15
|
Create an ESLint configuration file (e.g., `eslint.config.js`) in your project and add the base and react config to the configuration array:
|
|
16
16
|
|
|
17
17
|
```javascript
|
|
18
|
-
import { baseConfig } from
|
|
19
|
-
import { reactJsxConfig } from
|
|
18
|
+
import { baseConfig } from '@enormora/eslint-config-base';
|
|
19
|
+
import { reactJsxConfig } from '@enormora/eslint-config-react-jsx';
|
|
20
20
|
|
|
21
21
|
export default [
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
22
|
+
{
|
|
23
|
+
ignores: [ 'dist/**/*' ]
|
|
24
|
+
},
|
|
25
|
+
...baseConfig,
|
|
26
|
+
{
|
|
27
|
+
...reactJsxConfig,
|
|
28
|
+
files: [ 'src/components/**/*.jsx' ]
|
|
29
|
+
}
|
|
30
30
|
];
|
|
31
31
|
```
|
package/sbom.cdx.json
CHANGED
|
@@ -9,59 +9,59 @@
|
|
|
9
9
|
{
|
|
10
10
|
"type": "application",
|
|
11
11
|
"name": "packtory",
|
|
12
|
-
"version": "0.0.
|
|
12
|
+
"version": "0.0.32"
|
|
13
13
|
}
|
|
14
14
|
]
|
|
15
15
|
},
|
|
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.34",
|
|
20
|
+
"bom-ref": "pkg:npm/@enormora/eslint-config-react-jsx@0.0.34",
|
|
21
|
+
"purl": "pkg:npm/@enormora/eslint-config-react-jsx@0.0.34"
|
|
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.35",
|
|
29
|
+
"bom-ref": "pkg:npm/@enormora/eslint-config-base@0.0.35",
|
|
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.35"
|
|
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.19",
|
|
42
|
+
"bom-ref": "pkg:npm/@enormora/eslint-config-react@0.0.19",
|
|
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.19"
|
|
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.35"
|
|
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.34",
|
|
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.35",
|
|
60
|
+
"pkg:npm/@enormora/eslint-config-react@0.0.19"
|
|
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.19"
|
|
65
65
|
}
|
|
66
66
|
]
|
|
67
67
|
}
|