@travetto/eslint 3.0.0-rc.14 → 3.0.0-rc.16
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/README.md +3 -3
- 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
|
|
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
|
|
6
|
+
**Install: @travetto/eslint**
|
|
7
7
|
```bash
|
|
8
|
-
npm install @travetto/eslint
|
|
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.
|
|
3
|
+
"version": "3.0.0-rc.16",
|
|
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.
|
|
26
|
+
"@travetto/manifest": "^3.0.0-rc.17",
|
|
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.
|
|
34
|
+
"@travetto/cli": "^3.0.0-rc.22"
|
|
35
35
|
},
|
|
36
36
|
"peerDependenciesMeta": {
|
|
37
37
|
"@travetto/cli": {
|