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": [ {