summaryrefslogtreecommitdiffstats
path: root/script/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'script/.eslintrc.json')
-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"
+ }
+}