1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-12 06:21:36 +07:00
verdaccio-ui/.flowconfig

26 lines
391 B
Plaintext
Raw Normal View History

2019-02-03 17:23:33 +07:00
[ignore]
.*/node_modules/.*
.*/test/**/*.json
.*/static/.*
.*/test/unit/partials/.*
.*/.nyc_output/.*
.*/coverage/.*
.*/.vscode/.*
.*/build/.*
.*/docs/.*
.*/scripts/.*
.*/assets/.*
.*/bin/.*
.*/systemd/.*
.*/website/.*
.*/wiki/.*
.*/docs/.*
.*/tools/.*
[libs]
node_modules/@verdaccio/types/lib/
[options]
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
module.ignore_non_literal_requires=true