@o3r/eslint-plugin 11.0.0-next.2 → 11.0.0-prerelease.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/eslint-plugin",
3
- "version": "11.0.0-next.2",
3
+ "version": "11.0.0-prerelease.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -24,7 +24,7 @@
24
24
  "build:builders": "tsc -b tsconfig.builders.json --pretty && yarn generate-cjs-manifest"
25
25
  },
26
26
  "dependencies": {
27
- "@typescript-eslint/utils": "~7.8.0",
27
+ "@typescript-eslint/utils": "~7.11.0",
28
28
  "globby": "^11.1.0",
29
29
  "semver": "^7.5.2",
30
30
  "tslib": "^2.6.2",
@@ -64,8 +64,8 @@
64
64
  "@compodoc/compodoc": "^1.1.19",
65
65
  "@nx/eslint-plugin": "~18.3.0",
66
66
  "@nx/jest": "~18.3.0",
67
- "@o3r/build-helpers": "^11.0.0-next.2",
68
- "@o3r/test-helpers": "^11.0.0-next.2",
67
+ "@o3r/build-helpers": "^11.0.0-prerelease.2",
68
+ "@o3r/test-helpers": "^11.0.0-prerelease.2",
69
69
  "@stylistic/eslint-plugin-ts": "^1.5.4",
70
70
  "@types/jest": "~29.5.2",
71
71
  "@types/node": "^20.0.0",
@@ -6,7 +6,7 @@ exports.ensureJsoncParser = exports.getJsoncParserServices = exports.isObjectExp
6
6
  * @param parserServices Parser services object
7
7
  */
8
8
  function isJsoncParserServices(parserServices) {
9
- return !!parserServices && typeof parserServices.isJSON !== undefined;
9
+ return !!parserServices && typeof parserServices.isJSON !== 'undefined';
10
10
  }
11
11
  exports.isJsoncParserServices = isJsoncParserServices;
12
12
  /**
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":";;;AAAA,2DAAkD;AAGlD;;GAEG;AACH,SAAgB,KAAK;IACnB,kBAAkB;IAClB,OAAO,IAAA,iBAAI,GAAE,CAAC;AAChB,CAAC;AAHD,sBAGC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"schema.js","sourceRoot":"","sources":["../../../schematics/ng-add/schema.ts"],"names":[],"mappings":""}