@travetto/eslint 3.0.0-rc.14 → 3.0.0-rc.15

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 +3 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
1
  <!-- This file was generated by @travetto/doc and should not be modified directly -->
2
- <!-- Please modify https://github.com/travetto/travetto/tree/main/module/eslint-plugin/DOC.ts and execute "npx trv doc" to rebuild -->
2
+ <!-- Please modify https://github.com/travetto/travetto/tree/main/module/eslint/DOC.ts and execute "npx trv doc" to rebuild -->
3
3
  # ES Linting Rules
4
4
  ## ES Linting Rules
5
5
 
6
- **Install: @travetto/eslint-plugin**
6
+ **Install: @travetto/eslint**
7
7
  ```bash
8
- npm install @travetto/eslint-plugin
8
+ npm install @travetto/eslint
9
9
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/eslint",
3
- "version": "3.0.0-rc.14",
3
+ "version": "3.0.0-rc.15",
4
4
  "description": "ES Linting Rules",
5
5
  "keywords": [
6
6
  "eslint",
@@ -23,7 +23,7 @@
23
23
  "directory": "module/eslint"
24
24
  },
25
25
  "dependencies": {
26
- "@travetto/manifest": "^3.0.0-rc.15",
26
+ "@travetto/manifest": "^3.0.0-rc.16",
27
27
  "@types/eslint": "^8.21.1",
28
28
  "@typescript-eslint/eslint-plugin": "^5.52.0",
29
29
  "@typescript-eslint/parser": "^5.52.0",
@@ -31,7 +31,7 @@
31
31
  "eslint-plugin-unused-imports": "^2.0.0"
32
32
  },
33
33
  "peerDependencies": {
34
- "@travetto/cli": "^3.0.0-rc.18"
34
+ "@travetto/cli": "^3.0.0-rc.21"
35
35
  },
36
36
  "peerDependenciesMeta": {
37
37
  "@travetto/cli": {