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"] }