.flowconfig [lints]
.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.