File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -90,8 +90,7 @@ module.exports = [
90
90
"tests/performance/**" ,
91
91
"tmp/**" ,
92
92
"tools/internal-rules/node_modules/**" ,
93
- "**/test.js" ,
94
- "tools/fetch-docs-links.js"
93
+ "**/test.js"
95
94
]
96
95
} ,
97
96
{
Original file line number Diff line number Diff line change 41
41
" node tools/update-eslint-all.js" ,
42
42
" git add packages/js/src/configs/eslint-all.js"
43
43
],
44
+ "docs/src/rules/*.md" : [
45
+ " node tools/fetch-docs-links.js" ,
46
+ " git add docs/src/_data/further_reading_links.json"
47
+ ],
44
48
"docs/**/*.svg" : " npx svgo -r --multipass"
45
49
},
46
50
"files" : [
132
136
"markdownlint-cli" : " ^0.31.1" ,
133
137
"marked" : " ^4.0.8" ,
134
138
"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" ,
135
145
"mocha" : " ^8.3.2" ,
136
146
"mocha-junit-reporter" : " ^2.0.0" ,
137
147
"node-polyfill-webpack-plugin" : " ^1.0.3" ,
You can’t perform that action at this time.
0 commit comments