aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/tests/unit/.eslintrc.json')
-rw-r--r--js/tests/unit/.eslintrc.json14
1 files changed, 3 insertions, 11 deletions
diff --git a/js/tests/unit/.eslintrc.json b/js/tests/unit/.eslintrc.json
index e7f8d5d2a..adde3105d 100644
--- a/js/tests/unit/.eslintrc.json
+++ b/js/tests/unit/.eslintrc.json
@@ -1,16 +1,8 @@
{
- "root": true,
"extends": [
"../../../.eslintrc.json"
],
- "overrides": [
- {
- "files": [
- "**/*.spec.js"
- ],
- "env": {
- "jasmine": true
- }
- }
- ]
+ "env": {
+ "jasmine": true
+ }
}