.flowconfig [lints]
How to configure the Flow linter
The [lints]
section in a .flowconfig
file can contain several key-value
pairs of the form:
[lints]
ruleA=severityA
ruleB=severityB
Check out the linting docs for more information.
Was this guide helpful? Let us know by sending a message to @flowtype.