From 251fd4fec274d7ed1456255ac2685a44dc20c508 Mon Sep 17 00:00:00 2001 From: Jan Holthuis Date: Tue, 14 Jan 2020 13:49:28 +0100 Subject: .eslintrc.json: Reduce global variable scope to certain source dirs --- script/.eslintrc.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 script/.eslintrc.json (limited to 'script') 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" + } +} -- cgit v1.2.3