Procházet zdrojové kódy

Align ESLint with current custom

jmacura před 5 roky
rodič
revize
ab8ff0ab9b
1 změnil soubory, kde provedl 1 přidání a 4 odebrání
  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",