@nx/eslint 19.8.0 → 19.9.0-canary.20240921-a510b36

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": "@nx/eslint",
3
- "version": "19.8.0",
3
+ "version": "19.9.0-canary.20240921-a510b36",
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,12 +35,12 @@
35
35
  "eslint": "^8.0.0 || ^9.0.0"
36
36
  },
37
37
  "dependencies": {
38
- "@nx/devkit": "19.8.0",
39
- "@nx/js": "19.8.0",
38
+ "@nx/devkit": "19.9.0-canary.20240921-a510b36",
39
+ "@nx/js": "19.9.0-canary.20240921-a510b36",
40
40
  "semver": "^7.5.3",
41
41
  "tslib": "^2.3.0",
42
42
  "typescript": "~5.4.2",
43
- "@nx/linter": "19.8.0"
43
+ "@nx/linter": "19.9.0-canary.20240921-a510b36"
44
44
  },
45
45
  "peerDependenciesMeta": {
46
46
  "@zkochan/js-yaml": {
@@ -25,7 +25,6 @@ export const rule = ESLintUtils.RuleCreator(() => __filename)({
25
25
  type: 'problem',
26
26
  docs: {
27
27
  description: ``,
28
- recommended: 'recommended',
29
28
  },
30
29
  schema: [],
31
30
  messages: {},