From 2fd92f7893efbd5ee7f8bf4f19462387865a12f5 Mon Sep 17 00:00:00 2001 From: Victor Nystad Date: Mon, 19 Oct 2020 10:59:34 +0200 Subject: [PATCH] Fix linting and tests in typescript branch (#693) * comment out stuff * trigger build * comment in stuff * update eslint config * nuke testfile --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 1606df5c9d..4f1056927f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -122,6 +122,7 @@ module.exports = { '@typescript-eslint/no-unsafe-call': 1, '@typescript-eslint/no-unsafe-return': 1, '@typescript-eslint/restrict-plus-operands': 1, + '@typescript-eslint/ban-ts-comment': 1, }, }, ],