@travetto/eslint 8.0.0-alpha.17 → 8.0.0-alpha.19

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 +7 -5
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -26,9 +26,10 @@ $ trv eslint:register --help
26
26
 
27
27
  Usage: eslint:register [options]
28
28
 
29
- Generate the workspace ESLint configuration entry file.
29
+ Description:
30
+ Generate the workspace ESLint configuration entry file.
30
31
 
31
- This bootstraps `eslint.config.js` to load framework-provided rule wiring.
32
+ This bootstraps `eslint.config.js` to load framework-provided rule wiring.
32
33
 
33
34
  Options:
34
35
  --help display help for command
@@ -59,10 +60,11 @@ $ trv eslint --help
59
60
 
60
61
  Usage: eslint [options]
61
62
 
62
- Run ESLint for the workspace or changed files.
63
+ Description:
64
+ Run ESLint for the workspace or changed files.
63
65
 
64
- Supports incremental mode (`changed`/`since`) and forwards formatting/fix
65
- options to the underlying eslint invocation.
66
+ Supports incremental mode (`changed`/`since`) and forwards formatting/fix
67
+ options to the underlying eslint invocation.
66
68
 
67
69
  Options:
68
70
  -c, --changed Only check changed modules (default: false)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/eslint",
3
- "version": "8.0.0-alpha.17",
3
+ "version": "8.0.0-alpha.19",
4
4
  "type": "module",
5
5
  "description": "ES Linting Rules",
6
6
  "keywords": [
@@ -26,7 +26,7 @@
26
26
  "dependencies": {
27
27
  "@eslint/js": "^10.0.1",
28
28
  "@stylistic/eslint-plugin": "^5.10.0",
29
- "@travetto/runtime": "^8.0.0-alpha.16",
29
+ "@travetto/runtime": "^8.0.0-alpha.18",
30
30
  "@types/eslint": "^9.6.1",
31
31
  "@typescript-eslint/eslint-plugin": "^8.60.1",
32
32
  "@typescript-eslint/parser": "^8.60.1",
@@ -35,7 +35,7 @@
35
35
  "eslint-plugin-unused-imports": "^4.4.1"
36
36
  },
37
37
  "peerDependencies": {
38
- "@travetto/cli": "^8.0.0-alpha.22"
38
+ "@travetto/cli": "^8.0.0-alpha.25"
39
39
  },
40
40
  "peerDependenciesMeta": {
41
41
  "@travetto/cli": {