From 8a0329c204dccd4fe4029546b3e3034591b16466 Mon Sep 17 00:00:00 2001 From: "Yang, Bo" Date: Thu, 9 Dec 2021 17:59:25 +0000 Subject: [PATCH] Revert "Add Facebook\HHAST\HHClientLinter to extraLinters (#413)" This reverts commit 06353b71777cd68bfe2c216c2f7e45574a4701c2. --- hhast-lint.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/hhast-lint.json b/hhast-lint.json index e9eb58f1e..e6ad4f551 100644 --- a/hhast-lint.json +++ b/hhast-lint.json @@ -1,9 +1,6 @@ { "roots": [ "src/", "codegen/", "tests/" ], "builtinLinters": "all", - "extraLinters": [ - "Facebook\\HHAST\\HHClientLinter" - ], "overrides": [ { "patterns": [ "codegen/*", "tests/examples/*" ],