aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc-node.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc-node.json')
-rw-r--r--.eslintrc-node.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/.eslintrc-node.json b/.eslintrc-node.json
index 589144272..544a92cdc 100644
--- a/.eslintrc-node.json
+++ b/.eslintrc-node.json
@@ -10,5 +10,9 @@
"env": {
"es6": true,
"node": true
+ },
+
+ "rules": {
+ "strict": ["error", "global"]
}
}