mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
* Switch to Yarn Workspaces * Feedback * Move flowconfig * Use publish script * Keep git status check * Fix Flow without perf penalty * Remove Flow from package.json "test" * Try running it from script directly (?) * Try magic incantations * lol flow COME ON * Try to skip Flow on AppVeyor * -df * -df * -df * Try to fix CI * Revert unrelated changes * Update CONTRIBUTING.md
16 lines
183 B
Plaintext
16 lines
183 B
Plaintext
[include]
|
|
<PROJECT_ROOT>/src/**/*.js
|
|
|
|
[ignore]
|
|
.*/node_modules/.*
|
|
.*/.git/.*
|
|
.*/__test__/.*
|
|
.*/fixtures/.*
|
|
|
|
[libs]
|
|
flow/
|
|
|
|
[options]
|
|
module.file_ext=.js
|
|
sharedmemory.hash_table_pow=19
|