選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.flowconfig 239B

12345678910111213
  1. [ignore]
  2. <PROJECT_ROOT>/node_modules/fbjs.*
  3. <PROJECT_ROOT>/node_modules/react-side-effect.*
  4. <PROJECT_ROOT>/node/.*
  5. [include]
  6. [libs]
  7. [options]
  8. module.file_ext=.js
  9. module.file_ext=.hbs
  10. module.name_mapper.extension='hbs' -> 'empty/object'