From ba4d4d567a82554250dd8c7933322824e6a73944 Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Sat, 4 Nov 2023 00:07:49 +0100 Subject: [PATCH] chore: remove metascraper (#17707) --- eslint.config.js | 3 ++- package.json | 10 ---------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/eslint.config.js b/eslint.config.js index 40ebe8c08f7..8bb053b2028 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -90,7 +90,8 @@ module.exports = [ "tests/performance/**", "tmp/**", "tools/internal-rules/node_modules/**", - "**/test.js" + "**/test.js", + "tools/fetch-docs-links.js" ] }, { diff --git a/package.json b/package.json index 7c477577902..6d618c10bea 100644 --- a/package.json +++ b/package.json @@ -41,10 +41,6 @@ "node tools/update-eslint-all.js", "git add packages/js/src/configs/eslint-all.js" ], - "docs/src/rules/*.md": [ - "node tools/fetch-docs-links.js", - "git add docs/src/_data/further_reading_links.json" - ], "docs/**/*.svg": "npx svgo -r --multipass" }, "files": [ @@ -136,12 +132,6 @@ "markdownlint-cli": "^0.31.1", "marked": "^4.0.8", "memfs": "^3.0.1", - "metascraper": "^5.25.7", - "metascraper-description": "^5.25.7", - "metascraper-image": "^5.29.3", - "metascraper-logo": "^5.25.7", - "metascraper-logo-favicon": "^5.25.7", - "metascraper-title": "^5.25.7", "mocha": "^8.3.2", "mocha-junit-reporter": "^2.0.0", "node-polyfill-webpack-plugin": "^1.0.3",