From 0b5e4bdd179452081610ad4b9de96d0e6453569b Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Fri, 13 Oct 2023 11:23:35 -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"] }