@enormora/eslint-config-mocha 0.0.30 → 0.0.32

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 +2 -2
  2. package/readme.md +10 -10
  3. package/sbom.cdx.json +10 -10
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "Christian Rackerseder <github@echooff.de>"
5
5
  ],
6
6
  "dependencies": {
7
- "@enormora/eslint-config-test-base": "0.0.3",
7
+ "@enormora/eslint-config-test-base": "0.0.5",
8
8
  "eslint-plugin-mocha": "11.3.0"
9
9
  },
10
10
  "description": "Enormora’s ESLint mocha configuration",
@@ -20,5 +20,5 @@
20
20
  "url": "git://github.com/enormora/eslint-config.git"
21
21
  },
22
22
  "type": "module",
23
- "version": "0.0.30"
23
+ "version": "0.0.32"
24
24
  }
package/readme.md CHANGED
@@ -15,17 +15,17 @@ npm install --save-dev @enormora/eslint-config-base @enormora/eslint-config-moch
15
15
  Create an ESLint configuration file (e.g., `eslint.config.js`) in your project and add the base and mocha config to the configuration array:
16
16
 
17
17
  ```javascript
18
- import { baseConfig } from "@enormora/eslint-config-base";
19
- import { mochaConfig } from "@enormora/eslint-config-mocha";
18
+ import { baseConfig } from '@enormora/eslint-config-base';
19
+ import { mochaConfig } from '@enormora/eslint-config-mocha';
20
20
 
21
21
  export default [
22
- {
23
- ignores: ["dist/**/*"],
24
- },
25
- ...baseConfig,
26
- {
27
- ...mochaConfig,
28
- files: ["**/*.test.js"],
29
- },
22
+ {
23
+ ignores: [ 'dist/**/*' ]
24
+ },
25
+ ...baseConfig,
26
+ {
27
+ ...mochaConfig,
28
+ files: [ '**/*.test.js' ]
29
+ }
30
30
  ];
31
31
  ```
package/sbom.cdx.json CHANGED
@@ -9,31 +9,31 @@
9
9
  {
10
10
  "type": "application",
11
11
  "name": "packtory",
12
- "version": "0.0.15"
12
+ "version": "0.0.32"
13
13
  }
14
14
  ]
15
15
  },
16
16
  "component": {
17
17
  "type": "library",
18
18
  "name": "@enormora/eslint-config-mocha",
19
- "version": "0.0.30",
20
- "bom-ref": "pkg:npm/@enormora/eslint-config-mocha@0.0.30",
21
- "purl": "pkg:npm/@enormora/eslint-config-mocha@0.0.30"
19
+ "version": "0.0.32",
20
+ "bom-ref": "pkg:npm/@enormora/eslint-config-mocha@0.0.32",
21
+ "purl": "pkg:npm/@enormora/eslint-config-mocha@0.0.32"
22
22
  }
23
23
  },
24
24
  "components": [
25
25
  {
26
26
  "type": "library",
27
27
  "name": "@enormora/eslint-config-test-base",
28
- "version": "0.0.3",
29
- "bom-ref": "pkg:npm/@enormora/eslint-config-test-base@0.0.3",
28
+ "version": "0.0.5",
29
+ "bom-ref": "pkg:npm/@enormora/eslint-config-test-base@0.0.5",
30
30
  "scope": "required",
31
31
  "licenses": [
32
32
  {
33
33
  "expression": "MIT"
34
34
  }
35
35
  ],
36
- "purl": "pkg:npm/@enormora/eslint-config-test-base@0.0.3"
36
+ "purl": "pkg:npm/@enormora/eslint-config-test-base@0.0.5"
37
37
  },
38
38
  {
39
39
  "type": "library",
@@ -51,14 +51,14 @@
51
51
  ],
52
52
  "dependencies": [
53
53
  {
54
- "ref": "pkg:npm/@enormora/eslint-config-mocha@0.0.30",
54
+ "ref": "pkg:npm/@enormora/eslint-config-mocha@0.0.32",
55
55
  "dependsOn": [
56
- "pkg:npm/@enormora/eslint-config-test-base@0.0.3",
56
+ "pkg:npm/@enormora/eslint-config-test-base@0.0.5",
57
57
  "pkg:npm/eslint-plugin-mocha@11.3.0"
58
58
  ]
59
59
  },
60
60
  {
61
- "ref": "pkg:npm/@enormora/eslint-config-test-base@0.0.3"
61
+ "ref": "pkg:npm/@enormora/eslint-config-test-base@0.0.5"
62
62
  },
63
63
  {
64
64
  "ref": "pkg:npm/eslint-plugin-mocha@11.3.0"