Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenk Verlinde <henk@ventizo.com>2021-03-01 18:34:43 +0300
committerHenk Verlinde <henk@ventizo.com>2021-03-01 18:34:43 +0300
commit226f661966ebb68f595541b31e6605d1c71efbdd (patch)
tree72301f91c327b1e2417b5b38c3b4ec6d9d87645a /.eslintrc.json
parenta83f0392638c0c8fb775187a4b251c106921cef9 (diff)
feat: added options lazySizes, clipBoard, instantPage, flexSearch, and darkMode
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 76ff225..c926994 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -11,7 +11,8 @@
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
- "ecmaVersion": 2018
+ "ecmaVersion": 2018,
+ "sourceType": "module"
},
"rules": {
"no-console": 0,