File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,8 @@ module.exports = [
9090 "tests/performance/**" ,
9191 "tmp/**" ,
9292 "tools/internal-rules/node_modules/**" ,
93- "**/test.js"
93+ "**/test.js" ,
94+ "tools/fetch-docs-links.js"
9495 ]
9596 } ,
9697 {
Original file line number Diff line number Diff line change 4141 " node tools/update-eslint-all.js" ,
4242 " git add packages/js/src/configs/eslint-all.js"
4343 ],
44- "docs/src/rules/*.md" : [
45- " node tools/fetch-docs-links.js" ,
46- " git add docs/src/_data/further_reading_links.json"
47- ],
4844 "docs/**/*.svg" : " npx svgo -r --multipass"
4945 },
5046 "files" : [
136132 "markdownlint-cli" : " ^0.31.1" ,
137133 "marked" : " ^4.0.8" ,
138134 "memfs" : " ^3.0.1" ,
139- "metascraper" : " ^5.25.7" ,
140- "metascraper-description" : " ^5.25.7" ,
141- "metascraper-image" : " ^5.29.3" ,
142- "metascraper-logo" : " ^5.25.7" ,
143- "metascraper-logo-favicon" : " ^5.25.7" ,
144- "metascraper-title" : " ^5.25.7" ,
145135 "mocha" : " ^8.3.2" ,
146136 "mocha-junit-reporter" : " ^2.0.0" ,
147137 "node-polyfill-webpack-plugin" : " ^1.0.3" ,
You can’t perform that action at this time.
0 commit comments