@o3r/eslint-plugin 10.2.0-prerelease.51 → 10.2.0-prerelease.52

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -9,8 +9,8 @@ This package is an [Otter Framework Module](https://github.com/AmadeusITGroup/ot
9
9
 
10
10
  ## Description
11
11
 
12
- [![Stable Version](https://img.shields.io/npm/v/@o3r/eslint-plugin)](https://www.npmjs.com/package/@o3r/eslint-plugin)
13
- [![Bundle Size](https://img.shields.io/bundlephobia/min/@o3r/eslint-plugin?color=green)](https://www.npmjs.com/package/@o3r/eslint-plugin)
12
+ [![Stable Version](https://img.shields.io/npm/v/@o3r/eslint-plugin?style=for-the-badge)](https://www.npmjs.com/package/@o3r/eslint-plugin)
13
+ [![Bundle Size](https://img.shields.io/bundlephobia/min/@o3r/eslint-plugin?color=green&style=for-the-badge)](https://www.npmjs.com/package/@o3r/eslint-plugin)
14
14
 
15
15
  The module provides in-house eslint plugins to use in your own eslint configuration.
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/eslint-plugin",
3
- "version": "10.2.0-prerelease.51",
3
+ "version": "10.2.0-prerelease.52",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -64,8 +64,8 @@
64
64
  "@compodoc/compodoc": "^1.1.19",
65
65
  "@nx/eslint-plugin": "~18.1.0",
66
66
  "@nx/jest": "~18.1.0",
67
- "@o3r/build-helpers": "^10.2.0-prerelease.51",
68
- "@o3r/test-helpers": "^10.2.0-prerelease.51",
67
+ "@o3r/build-helpers": "^10.2.0-prerelease.52",
68
+ "@o3r/test-helpers": "^10.2.0-prerelease.52",
69
69
  "@stylistic/eslint-plugin-ts": "^1.5.4",
70
70
  "@types/jest": "~29.5.2",
71
71
  "@types/node": "^20.0.0",