From 79a0a1c7baa4ada98a20c931f74460a5988ef394 Mon Sep 17 00:00:00 2001 From: Jorik Schellekens Date: Thu, 17 Sep 2020 15:45:59 +0100 Subject: [PATCH] Fix eslint rule --- src/matrix-cypher/matrix-cypher.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/matrix-cypher/matrix-cypher.ts b/src/matrix-cypher/matrix-cypher.ts index 4eafb03..c24947a 100644 --- a/src/matrix-cypher/matrix-cypher.ts +++ b/src/matrix-cypher/matrix-cypher.ts @@ -14,6 +14,8 @@ See the License for the specific language governing permissions and limitations under the License. */ +/* eslint-disable import/first */ + // eslint-disable-next-line @typescript-eslint/ban-ts-ignore // @ts-ignore import any from 'promise.any';