We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f03a7 commit 3a4f7edCopy full SHA for 3a4f7ed
hhast-lint.json
@@ -1,6 +1,7 @@
1
{
2
- "roots": ["src"],
+ "roots": ["src", "tests"],
3
"builtinLinters": "all",
4
+ "extraLinters": ["Facebook\\HHAST\\Linters\\PreferLambdasLinter"],
5
"disabledLinters": [
6
"Facebook\\HHAST\\Linters\\LicenseHeaderLinter",
7
"Facebook\\HHAST\\Linters\\NoStringInterpolationLinter",
0 commit comments