You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by jx...@apache.org on 2022/05/17 17:56:33 UTC

[helix] branch master updated: remove missing helix-front tslint linting rules to fix warnings (#2077)

This is an automated email from the ASF dual-hosted git repository.

jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git


The following commit(s) were added to refs/heads/master by this push:
     new aadd57e8f remove missing helix-front tslint linting rules to fix warnings (#2077)
aadd57e8f is described below

commit aadd57e8f8f76e9e74b6431c20154fbdafd991d6
Author: Micah Stubbs <mi...@gmail.com>
AuthorDate: Tue May 17 10:56:28 2022 -0700

    remove missing helix-front tslint linting rules to fix warnings (#2077)
    
    remove missing helix-front tslint linting rules to fix warnings
---
 helix-front/tslint.json | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/helix-front/tslint.json b/helix-front/tslint.json
index c4c8c9a40..7cb2020d0 100644
--- a/helix-front/tslint.json
+++ b/helix-front/tslint.json
@@ -108,9 +108,6 @@
     "use-life-cycle-interface": true,
     "use-pipe-transform-interface": true,
     "component-class-suffix": true,
-    "directive-class-suffix": true,
-    "no-access-missing-member": true,
-    "templates-use-public": true,
-    "invoke-injectable": true
+    "directive-class-suffix": true
   }
 }