fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
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
+++ b/
src/fileupload/static/lib/jQuery-File-Upload-10.32.0/wdio/.eslintrc.js
@@ -0,0
+1,10
@@
+'use strict'
+
+module.exports = {
+ env: {
+ node: true
+ },
+ parserOptions: {
+ ecmaVersion: 2019
+ }
+}