mirror of
https://github.com/zhigang1992/yarn.git
synced 2026-01-12 09:43:46 +08:00
* Adds the pkg-tests testsuite to the repository * Fixes flow * Adds babel to strip flowtypes * Moves pkg-tests into the packages directory * Fixes server timeouts * Feedback
25 lines
437 B
Plaintext
25 lines
437 B
Plaintext
[ignore]
|
|
<PROJECT_ROOT>/packages/pkg-tests/.*
|
|
<PROJECT_ROOT>/coverage/.*
|
|
<PROJECT_ROOT>/dist/.*
|
|
<PROJECT_ROOT>/lib-legacy/.*
|
|
<PROJECT_ROOT>/lib/.*
|
|
<PROJECT_ROOT>/node_modules/babel.*
|
|
<PROJECT_ROOT>/node_modules/graphql.*
|
|
<PROJECT_ROOT>/node_modules/y18n/test/.*
|
|
<PROJECT_ROOT>/updates/.*
|
|
|
|
[include]
|
|
|
|
[libs]
|
|
|
|
[lints]
|
|
untyped-type-import=warn
|
|
|
|
[options]
|
|
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
|
|
include_warnings=true
|
|
|
|
[version]
|
|
^0.66.0
|