We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8067d2c commit b051bc4Copy full SHA for b051bc4
hhast-lint.json
@@ -9,6 +9,14 @@
9
"Facebook\\HHAST\\FinalOrAbstractClassLinter",
10
"Facebook\\HHAST\\HHClientLinter"
11
],
12
+ "linterConfigs": {
13
+ "Facebook\\HHAST\\HHClientLinter": {
14
+ "__comment": "Ignore duplicate property $this->tagName.",
15
+ "ignore": [
16
+ 5635
17
+ ]
18
+ }
19
+ },
20
"overrides": [
21
{
22
"patterns": [
0 commit comments