forked from sheetjs/sheetjs
35 lines
438 B
Plaintext
35 lines
438 B
Plaintext
[ignore]
|
|
.*/node_modules/.*
|
|
.*/dist/.*
|
|
.*/test/bits/.*
|
|
.*/test/.*
|
|
.*/ssf.js
|
|
.*/ssf_lc.js
|
|
|
|
.*/bits/.*
|
|
.*/ctest/.*
|
|
.*/misc/.*
|
|
.*/perf/.*
|
|
.*/tmp/.*
|
|
.*/tmp/.*
|
|
|
|
.*/demo/browser.js
|
|
.*/shim.js
|
|
|
|
[include]
|
|
ssf.flow.js
|
|
.*/bin/.*.njs
|
|
|
|
[libs]
|
|
misc/flow.js
|
|
misc/flowdeps.js
|
|
|
|
[options]
|
|
module.file_ext=.js
|
|
module.file_ext=.njs
|
|
module.ignore_non_literal_requires=true
|
|
suppress_comment= \\(.\\|\n\\)*\\$FlowIgnore
|
|
|
|
[lints]
|
|
deprecated-declare-exports=off
|