summaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-01-14 13:49:28 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-01-16 16:35:58 +0100
commit251fd4fec274d7ed1456255ac2685a44dc20c508 (patch)
tree123d90648c82362e1d7db4297696dc193e0a730c /script
parentdc97e30fa12bd21aabfe9695734b3a0d1c992e53 (diff)
.eslintrc.json: Reduce global variable scope to certain source dirs
Diffstat (limited to 'script')
-rw-r--r--script/.eslintrc.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/script/.eslintrc.json b/script/.eslintrc.json
new file mode 100644
index 0000000000..16bdb96c04
--- /dev/null
+++ b/script/.eslintrc.json
@@ -0,0 +1,7 @@
+{
+ "globals": {
+ "__extension__": "readonly",
+ "__setupPackage__": "readonly",
+ "__postInit__": "readonly"
+ }
+}