Browse Source

fix: Delete invalid ESLint property

jmacura 5 years ago
parent
commit
9db0b10eaf
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .eslintrc.json

+ 1 - 2
.eslintrc.json

@@ -30,8 +30,7 @@
         "**/*.spec.js"
         "**/*.spec.js"
       ],
       ],
       "env": {
       "env": {
-        "jasmine": true,
-        "angular/mocks": true
+        "jasmine": true
       }
       }
     },
     },
     {
     {