Skip to content

Commit

Permalink
chore: update eslint-doc-generator to v1.0.0 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Nov 29, 2022
1 parent 1665777 commit 27a73d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 [`no-unsupported-features/es-syntax`](no-unsupported-features/es-syntax.md), [`no-unsupported-features/es-builtins`](no-unsupported-features/es-builtins.md).
❌ 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).

<!-- 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": "^0.19.1",
"eslint-doc-generator": "^1.0.0",
"eslint-plugin-eslint-plugin": "^5.0.6",
"eslint-plugin-n": "file:.",
"fast-glob": "^3.2.12",
Expand Down Expand Up @@ -63,7 +63,7 @@
"test": "nyc npm run -s test:_mocha",
"test:_mocha": "_mocha \"tests/lib/**/*.js\" --reporter progress --timeout 4000",
"test:ci": "nyc npm run -s test:_mocha",
"update:eslint-docs": "eslint-doc-generator --config-emoji recommended-module,☑️ --config-emoji recommended-script,✔️ --split-by meta.docs.category --ignore-config recommended-module --ignore-config recommended-script --url-configs \"https://github.com/eslint-community/eslint-plugin-n#-configs\"",
"update:eslint-docs": "eslint-doc-generator --config-emoji recommended-module,☑️ --config-emoji recommended-script,✔️ --rule-list-split meta.docs.category --ignore-config recommended-module --ignore-config recommended-script --url-configs \"https://github.com/eslint-community/eslint-plugin-n#-configs\"",
"version": "npm run -s build && eslint lib/rules --fix && git add .",
"watch": "npm run test:_mocha -- --watch --growl"
},
Expand Down

0 comments on commit 27a73d5

Please sign in to comment.