Parcourir la source

Align ESLint with current custom

jmacura il y a 5 ans
Parent
commit
ab8ff0ab9b
1 fichiers modifiés avec 1 ajouts et 4 suppressions
  1. 1 4
      .eslintrc.json

+ 1 - 4
.eslintrc.json

@@ -10,10 +10,7 @@
   "rules": {
     "angular/di": [
       "error",
-      "array",
-      {
-        "matchNames": false
-      }
+      "function"
     ],
     "angular/typecheck-array": "off",
     "angular/typecheck-date": "off",