File tree Expand file tree Collapse file tree 3 files changed +55
-430
lines changed
Expand file tree Collapse file tree 3 files changed +55
-430
lines changed Original file line number Diff line number Diff line change @@ -2,20 +2,21 @@ import packageJson from "./package.json" assert { type: "json" };
22
33export default {
44 plugins : [
5- [
6- "@react-native-website/remark-lint-no-broken-external-links" ,
7- {
8- skipUrlPatterns : [
9- // False positive, flagged as a bot and rate limited
10- "www.apkfiles.com" ,
11- // TODO: replace the 2048 example repository with another suitable project
12- "github.com/JoelMarcey" ,
13- ] ,
14- baseUrl : "https://reactnative.dev/docs" ,
15- headers : {
16- "user-agent" : `${ packageJson . name } /${ packageJson . version } ` ,
17- } ,
18- } ,
19- ] ,
5+ // TODO: Enable the plugin once a more performant solution is found
6+ // [
7+ // "@react-native-website/remark-lint-no-broken-external-links",
8+ // {
9+ // skipUrlPatterns: [
10+ // // False positive, flagged as a bot and rate limited
11+ // "www.apkfiles.com",
12+ // // TODO: replace the 2048 example repository with another suitable project
13+ // "github.com/JoelMarcey",
14+ // ],
15+ // baseUrl: "https://reactnative.dev/docs",
16+ // headers: {
17+ // "user-agent": `${packageJson.name}/${packageJson.version}`,
18+ // },
19+ // },
20+ // ],
2021 ] ,
2122} ;
Original file line number Diff line number Diff line change 7373 "glob" : " ^8.0.3" ,
7474 "glob-promise" : " ^4.2.2" ,
7575 "path" : " ^0.12.7" ,
76- "remark-cli" : " ^11.0.0" ,
77- "remark-lint-no-dead-urls" : " ^1.1.0" ,
76+ "remark-cli" : " ^12.0.1" ,
7877 "typescript" : " ^5.7.2"
7978 }
8079}
You can’t perform that action at this time.
0 commit comments