Skip to content

Commit 7bd5fb2

Browse files
authored
disable failing linters (#3)
1 parent cb27fe2 commit 7bd5fb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hhast-lint.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"builtinLinters": "all",
44
"disableAllAutoFixes": false,
55
"disabledLinters": [
6-
"Facebook\\HHAST\\Linters\\AsyncFunctionAndMethodLinter"
6+
"Facebook\\HHAST\\AsyncFunctionAndMethodLinter",
7+
"Facebook\\HHAST\\ShoutCaseEnumMembersLinter"
78
],
89
"overrides": []
910
}

0 commit comments

Comments
 (0)