Skip to content

Commit

Permalink
Fix link to fbjs (facebook#21863)
Browse files Browse the repository at this point in the history
`fbjs` doesn't have the `main` branch and it is `master`
  • Loading branch information
e-hosseini authored and zhengjitf committed Apr 15, 2022
1 parent ccfc71e commit 4ac4be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/print-warnings/print-warnings.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const parserOptions = {
// babelParser has its own options and we can't directly
// import/require a babel preset. It should be kept **the same** as
// the `babel-plugin-syntax-*` ones specified in
// https://github.com/facebook/fbjs/blob/main/packages/babel-preset-fbjs/configure.js
// https://github.com/facebook/fbjs/blob/master/packages/babel-preset-fbjs/configure.js
plugins: [
'classProperties',
'flow',
Expand Down

0 comments on commit 4ac4be1

Please sign in to comment.