Skip to content

Commit

Permalink
chore: upgrade eslint-doc-generator v1.4 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Jan 11, 2023
1 parent f5267e7 commit 83446a1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 3 additions & 1 deletion docs/rules/no-extraneous-import.md
Expand Up @@ -51,7 +51,9 @@ Default is `[]`

#### convertPath

TODO
- `exclude`: TODO
- `include`: TODO
- `replace`: TODO

### Shared Settings

Expand Down
4 changes: 3 additions & 1 deletion docs/rules/no-extraneous-require.md
Expand Up @@ -59,7 +59,9 @@ Default is `[".js", ".json", ".node"]`.

#### convertPath

TODO
- `exclude`: TODO
- `include`: TODO
- `replace`: TODO

### Shared Settings

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/no-unsupported-features.md
@@ -1,6 +1,6 @@
# Disallow unsupported ECMAScript features on the specified version (`n/no-unsupported-features`)

❌ 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).
❌ 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).

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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -27,7 +27,7 @@
"esbuild": "^0.14.39",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-doc-generator": "^1.0.0",
"eslint-doc-generator": "^1.4.2",
"eslint-plugin-eslint-plugin": "^5.0.6",
"eslint-plugin-n": "file:.",
"fast-glob": "^3.2.12",
Expand Down Expand Up @@ -57,7 +57,7 @@
"lint:js": "eslint lib scripts tests/lib .eslintrc.js",
"new": "node scripts/new-rule",
"postversion": "git push && git push --tags",
"prepare": "husky install",
"prepare": "npx husky install",
"pretest": "npm run -s lint",
"preversion": "npm test",
"test": "nyc npm run -s test:_mocha",
Expand Down

0 comments on commit 83446a1

Please sign in to comment.