From b866867ba2fb4accd21e086f5e60bb1d8e011a6d Mon Sep 17 00:00:00 2001 From: Jared Wray Date: Fri, 6 Dec 2024 09:28:09 -0800 Subject: [PATCH] removing global lint rules that do nothing --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index bbbccce..6b9ec53 100644 --- a/package.json +++ b/package.json @@ -56,9 +56,6 @@ "xo": { "rules": { "@typescript-eslint/naming-convention": 0, - "@typescript-eslint/no-unsafe-return": 0, - "@typescript-eslint/no-redundant-type-constituents": 0, - "no-console": 0, "import/extensions": [ "error", "ignorePackages",