@nx/eslint 20.2.0-canary.20241128-8eb6159 → 20.2.0-canary.20241130-ec5a5e6

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/eslint",
3
- "version": "20.2.0-canary.20241128-8eb6159",
3
+ "version": "20.2.0-canary.20241130-ec5a5e6",
4
4
  "private": false,
5
5
  "description": "The ESLint plugin for Nx contains executors, generators and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.",
6
6
  "repository": {
@@ -35,8 +35,8 @@
35
35
  "eslint": "^8.0.0 || ^9.0.0"
36
36
  },
37
37
  "dependencies": {
38
- "@nx/devkit": "20.2.0-canary.20241128-8eb6159",
39
- "@nx/js": "20.2.0-canary.20241128-8eb6159",
38
+ "@nx/devkit": "20.2.0-canary.20241130-ec5a5e6",
39
+ "@nx/js": "20.2.0-canary.20241130-ec5a5e6",
40
40
  "semver": "^7.5.3",
41
41
  "tslib": "^2.3.0",
42
42
  "typescript": "~5.4.2"
@@ -52,6 +52,7 @@ async function lintWorkspaceRulesProjectGenerator(tree, options = {}) {
52
52
  }));
53
53
  (0, devkit_1.updateJson)(tree, (0, path_1.join)(workspace_lint_rules_1.workspaceLintPluginDir, 'tsconfig.spec.json'), (json) => {
54
54
  delete json.compilerOptions?.module;
55
+ delete json.compilerOptions?.moduleResolution;
55
56
  if (json.include) {
56
57
  json.include = json.include.map((v) => {
57
58
  if (v.startsWith('src/**')) {