From e1c231736ac0cee915dcb11291126d592e8ffbf7 Mon Sep 17 00:00:00 2001 From: Leonardo Muniz Date: Mon, 20 Mar 2023 16:41:44 -0300 Subject: [PATCH] chore: fix lint errors --- .eslintrc.json | 5 +++-- packages/theme | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 3085e863..41af497a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -34,9 +34,10 @@ } ], "no-undef": 2, - "no-unused-vars": 2, + "no-unused-vars": 0, "brace-style": 2, "no-mixed-spaces-and-tabs": 2, + "no-empty-pattern": 0, "key-spacing": 2, "comma-spacing": 2, "array-bracket-spacing": 2, @@ -122,7 +123,7 @@ "@typescript-eslint/no-var-requires": 0, "@typescript-eslint/no-explicit-any": 0, "@typescript-eslint/explicit-function-return-type": 0, - "@typescript-eslint/no-unused-vars": 2, + "@typescript-eslint/no-unused-vars": 0, "@typescript-eslint/ban-ts-ignore": 0, "@typescript-eslint/explicit-module-boundary-types": "off" }, diff --git a/packages/theme b/packages/theme index ac0e611b..39c8136f 160000 --- a/packages/theme +++ b/packages/theme @@ -1 +1 @@ -Subproject commit ac0e611be198f9ff80a3af2714a3b34eaa62c144 +Subproject commit 39c8136f99c229be4fdcfcc6a06293e6b719fb3e