From a1df772ac401a5506d6cdf53857406c0c48f3fc4 Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Fri, 13 Oct 2023 11:25:39 -0600 Subject: [PATCH] chore: update eslintrc.json [skip ci] --- .eslintrc.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 18fd5b5a..1dfcfc41 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,8 +1,3 @@ { - "extends": ["oclif", "oclif-typescript", "prettier"], - "rules": { - "unicorn/prefer-module": "off", - "unicorn/no-array-reduce": "off", - "no-useless-constructor": "off" - } + "extends": ["oclif", "oclif-typescript", "prettier"] }