Upgrade filebrowser; minor fixes relevant to the upgrade.
[redakcja.git] / src / fileupload / static / lib / jQuery-File-Upload-10.32.0 / wdio / .eslintrc.js
diff --git a/src/fileupload/static/lib/jQuery-File-Upload-10.32.0/wdio/.eslintrc.js b/src/fileupload/static/lib/jQuery-File-Upload-10.32.0/wdio/.eslintrc.js
new file mode 100644 (file)
index 0000000..4826e0a
--- /dev/null
@@ -0,0 +1,10 @@
+'use strict'
+
+module.exports = {
+  env: {
+    node: true
+  },
+  parserOptions: {
+    ecmaVersion: 2019
+  }
+}