.flowconfig [lints]
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.
See Also
- Linting Overview — how Flow's linting framework works
- Lint Rule Reference — all available lint rules
- Flowlint Comments — controlling lint severity per-line or per-region