Skip to content

Commit

Permalink
Revert "chore: remove metascraper (#17707)" (#17708)
Browse files Browse the repository at this point in the history
This reverts commit ba4d4d5.
  • Loading branch information
mdjermanovic committed Nov 4, 2023
1 parent cb9393d commit 5454c22
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
3 changes: 1 addition & 2 deletions eslint.config.js
Expand Up @@ -90,8 +90,7 @@ module.exports = [
"tests/performance/**",
"tmp/**",
"tools/internal-rules/node_modules/**",
"**/test.js",
"tools/fetch-docs-links.js"
"**/test.js"
]
},
{
Expand Down
10 changes: 10 additions & 0 deletions package.json
Expand Up @@ -41,6 +41,10 @@
"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": [
Expand Down Expand Up @@ -132,6 +136,12 @@
"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",
Expand Down

0 comments on commit 5454c22

Please sign in to comment.