1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16[include] <PROJECT_ROOT>/src/**/*.js [ignore] .*/node_modules/.* .*/.git/.* .*/__test__/.* .*/fixtures/.* [libs] flow/ [options] module.file_ext=.js sharedmemory.hash_table_pow=19
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
[include] <PROJECT_ROOT>/src/**/*.js [ignore] .*/node_modules/.* .*/.git/.* .*/__test__/.* .*/fixtures/.* [libs] flow/ [options] module.file_ext=.js sharedmemory.hash_table_pow=19