From 401be9d9fa45f70368982941c8f9411331ba4f01 Mon Sep 17 00:00:00 2001 From: Michael C Date: Sat, 3 Jul 2021 22:51:26 -0400 Subject: [PATCH] match sponsorblock warn rules --- .eslintrc.js | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index a898b01..ca8daea 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -16,14 +16,7 @@ module.exports = { plugins: ["@typescript-eslint"], rules: { // TODO: Remove warn rules when not needed anymore - "@typescript-eslint/no-this-alias": "warn", - "no-self-assign": "warn", - "@typescript-eslint/no-empty-interface": "warn", - "@typescript-eslint/ban-types": "warn", - }, - settings: { - react: { - version: "detect", - }, + "no-self-assign": "off", + "@typescript-eslint/no-empty-interface": "off", }, }; \ No newline at end of file