From 212b6c3a0ffb9eb7595b3987fa77040cadd92054 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Wed, 20 Jan 2021 13:54:45 +0000 Subject: [PATCH] Resolve linting errors after upgrades --- .eslintrc.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.eslintrc.js b/.eslintrc.js index fbab996b4..bf5e7f41e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -35,6 +35,8 @@ module.exports = { "files": ["src/**/*.ts"], "extends": ["matrix-org/ts"], "rules": { + // We're okay being explicit at the moment + "@typescript-eslint/no-empty-interface": "off", // While we're converting to ts we make heavy use of this "@typescript-eslint/no-explicit-any": "off", "quotes": "off",