mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
26 lines
No EOL
451 B
Text
26 lines
No EOL
451 B
Text
[ignore]
|
|
<PROJECT_ROOT>/node_modules
|
|
|
|
[include]
|
|
|
|
[libs]
|
|
./flow-typed
|
|
|
|
[options]
|
|
suppress_comment=.*\\$FlowFixMe
|
|
suppress_comment=.*\\$FlowIssue
|
|
esproposal.class_instance_fields=enable
|
|
module.system.node.resolve_dirname=node_modules
|
|
module.system.node.resolve_dirname=.
|
|
module.file_ext=.js
|
|
module.file_ext=.jsx
|
|
module.file_ext=.json
|
|
|
|
[lints]
|
|
untyped-type-import=error
|
|
untyped-import=warn
|
|
unclear-type=warn
|
|
unsafe-getters-setters=error
|
|
|
|
[version]
|
|
0.90.0 |