We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb27fe2 commit 7bd5fb2Copy full SHA for 7bd5fb2
hhast-lint.json
@@ -3,7 +3,8 @@
3
"builtinLinters": "all",
4
"disableAllAutoFixes": false,
5
"disabledLinters": [
6
- "Facebook\\HHAST\\Linters\\AsyncFunctionAndMethodLinter"
+ "Facebook\\HHAST\\AsyncFunctionAndMethodLinter",
7
+ "Facebook\\HHAST\\ShoutCaseEnumMembersLinter"
8
],
9
"overrides": []
10
}
0 commit comments