@enormora/eslint-config-test-base 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.
- package/package.json +2 -2
- package/readme.md +2 -0
- package/sbom.cdx.json +9 -9
package/package.json
CHANGED
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"name": "@enormora/eslint-config-test-base",
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@enormora/eslint-config-base": "0.0.
|
|
15
|
+
"@enormora/eslint-config-base": "0.0.33"
|
|
16
16
|
},
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|
|
19
19
|
"url": "git://github.com/enormora/eslint-config.git"
|
|
20
20
|
},
|
|
21
21
|
"type": "module",
|
|
22
|
-
"version": "0.0.
|
|
22
|
+
"version": "0.0.2"
|
|
23
23
|
}
|
package/readme.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# `@enormora/eslint-config-test-base`
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@enormora/eslint-config-test-base)
|
|
4
|
+
|
|
3
5
|
Shared rule set used by the test-framework presets (`@enormora/eslint-config-ava`, `@enormora/eslint-config-mocha`, `@enormora/eslint-config-vitest`). It tweaks a few rules from the base preset to be more lenient inside test files.
|
|
4
6
|
|
|
5
7
|
This package is consumed transitively through one of the test-framework presets and is not intended to be used directly.
|
package/sbom.cdx.json
CHANGED
|
@@ -16,34 +16,34 @@
|
|
|
16
16
|
"component": {
|
|
17
17
|
"type": "library",
|
|
18
18
|
"name": "@enormora/eslint-config-test-base",
|
|
19
|
-
"version": "0.0.
|
|
20
|
-
"bom-ref": "pkg:npm/@enormora/eslint-config-test-base@0.0.
|
|
21
|
-
"purl": "pkg:npm/@enormora/eslint-config-test-base@0.0.
|
|
19
|
+
"version": "0.0.2",
|
|
20
|
+
"bom-ref": "pkg:npm/@enormora/eslint-config-test-base@0.0.2",
|
|
21
|
+
"purl": "pkg:npm/@enormora/eslint-config-test-base@0.0.2"
|
|
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.33",
|
|
29
|
+
"bom-ref": "pkg:npm/@enormora/eslint-config-base@0.0.33",
|
|
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.33"
|
|
37
37
|
}
|
|
38
38
|
],
|
|
39
39
|
"dependencies": [
|
|
40
40
|
{
|
|
41
|
-
"ref": "pkg:npm/@enormora/eslint-config-base@0.0.
|
|
41
|
+
"ref": "pkg:npm/@enormora/eslint-config-base@0.0.33"
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
|
-
"ref": "pkg:npm/@enormora/eslint-config-test-base@0.0.
|
|
44
|
+
"ref": "pkg:npm/@enormora/eslint-config-test-base@0.0.2",
|
|
45
45
|
"dependsOn": [
|
|
46
|
-
"pkg:npm/@enormora/eslint-config-base@0.0.
|
|
46
|
+
"pkg:npm/@enormora/eslint-config-base@0.0.33"
|
|
47
47
|
]
|
|
48
48
|
}
|
|
49
49
|
]
|