From d8f90c30fb46396836fbcc4fe341e9dee8728db2 Mon Sep 17 00:00:00 2001 From: Mark Skelton Date: Sat, 15 Jul 2023 07:25:58 -0500 Subject: [PATCH] feat: Disable no-unused-vars, TS handles it --- index.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/index.js b/index.js index 694609d..0b9bcce 100644 --- a/index.js +++ b/index.js @@ -33,13 +33,7 @@ module.exports = { "sort/type-properties": "warn", "sort/string-enums": "warn", "sort/string-unions": "warn", - "no-unused-vars": [ - "error", - { - argsIgnorePattern: "^_", - varsIgnorePattern: "^_", - }, - ], + "no-unused-vars": "off", "no-useless-rename": "warn", "object-shorthand": "warn", "sort/imports": [