Skip to content

Commit 83446a1

Browse files
authored
chore: upgrade eslint-doc-generator v1.4 (#76)
1 parent f5267e7 commit 83446a1

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

docs/rules/no-extraneous-import.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ Default is `[]`
5151

5252
#### convertPath
5353

54-
TODO
54+
- `exclude`: TODO
55+
- `include`: TODO
56+
- `replace`: TODO
5557

5658
### Shared Settings
5759

docs/rules/no-extraneous-require.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ Default is `[".js", ".json", ".node"]`.
5959

6060
#### convertPath
6161

62-
TODO
62+
- `exclude`: TODO
63+
- `include`: TODO
64+
- `replace`: TODO
6365

6466
### Shared Settings
6567

docs/rules/no-unsupported-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Disallow unsupported ECMAScript features on the specified version (`n/no-unsupported-features`)
22

3-
❌ This rule is deprecated. It was replaced by [`n/no-unsupported-features/es-syntax`](../../docs/rules/no-unsupported-features/es-syntax.md),[`n/no-unsupported-features/es-builtins`](../../docs/rules/no-unsupported-features/es-builtins.md).
3+
❌ This rule is deprecated. It was replaced by [`n/no-unsupported-features/es-syntax`](no-unsupported-features/es-syntax.md),[`n/no-unsupported-features/es-builtins`](no-unsupported-features/es-builtins.md).
44

55
<!-- end auto-generated rule header -->
66

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"esbuild": "^0.14.39",
2828
"eslint": "^8.27.0",
2929
"eslint-config-prettier": "^8.5.0",
30-
"eslint-doc-generator": "^1.0.0",
30+
"eslint-doc-generator": "^1.4.2",
3131
"eslint-plugin-eslint-plugin": "^5.0.6",
3232
"eslint-plugin-n": "file:.",
3333
"fast-glob": "^3.2.12",
@@ -57,7 +57,7 @@
5757
"lint:js": "eslint lib scripts tests/lib .eslintrc.js",
5858
"new": "node scripts/new-rule",
5959
"postversion": "git push && git push --tags",
60-
"prepare": "husky install",
60+
"prepare": "npx husky install",
6161
"pretest": "npm run -s lint",
6262
"preversion": "npm test",
6363
"test": "nyc npm run -s test:_mocha",

0 commit comments

Comments
 (0)