From 3438e887bb3b6f2001fc12393197011edd6b720e Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Wed, 4 Nov 2020 13:40:37 +0100 Subject: [PATCH] Remove unused configs --- .eslintrc | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.eslintrc b/.eslintrc index 3ecea66bf6..321544d8cd 100644 --- a/.eslintrc +++ b/.eslintrc @@ -9,19 +9,6 @@ "plugins": ["@typescript-eslint", "@nrwl/nx"], "extends": "standard", "rules": { - // "@typescript-eslint/explicit-member-accessibility": "off", - // "@typescript-eslint/explicit-function-return-type": "off", - // "@typescript-eslint/no-parameter-properties": "off", - // "@nrwl/nx/enforce-module-boundaries": [ - // "error", - // { - // "enforceBuildableLibDependency": true, - // "allow": [], - // "depConstraints": [ - // { "sourceTag": "*", "onlyDependOnLibsWithTags": ["*"] } - // ] - // } - // ] }, "overrides": [ {