aboutsummaryrefslogtreecommitdiffstats
path: root/test/promises_aplus_adapters/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/promises_aplus_adapters/.eslintrc.json')
-rw-r--r--test/promises_aplus_adapters/.eslintrc.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/promises_aplus_adapters/.eslintrc.json b/test/promises_aplus_adapters/.eslintrc.json
index d11775710..f961645e5 100644
--- a/test/promises_aplus_adapters/.eslintrc.json
+++ b/test/promises_aplus_adapters/.eslintrc.json
@@ -1,4 +1,5 @@
{
- "extends": "../../.eslintrc.json",
- "root": true
+ "root": true,
+
+ "extends": "../../.eslintrc-node.json"
}