diff --git a/.eslintrc.json b/.eslintrc.json index b5c6517..a45f31f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -21,6 +21,18 @@ "plugin:@angular-eslint/template/process-inline-templates" ], "rules": { + "@typescript-eslint/naming-convention": [ + "off" + ], + "prefer-arrow/prefer-arrow-functions": [ + "off" + ], + "@typescript-eslint/member-ordering": [ + "off" + ], + "@typescript-eslint/ban-types": [ + "off" + ], "@angular-eslint/component-selector": [ "off", {