aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-03-15 22:33:22 -0400
committerbobzel <zzzman@gmail.com>2023-03-15 22:33:22 -0400
commit0e55893d0f7f2a0aa5098df73d0ece5a7f1a4ddf (patch)
tree2d41dc50c4b3bb4fa2b08172f21508c617cfa28b /.eslintrc.json
parent20c0190e820f2bd343693368b7ef55a91f19c880 (diff)
fixed up Clone() and export/import collection to work with links, presentations, and contexts better.
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index b9f8e1b7a..43bb53566 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -10,5 +10,9 @@
"object-shorthand": "off",
"class-methods-use-this": "off",
"single-quote": "off"
+ },
+ "parserOptions": {
+ "ecmaVersion": 11,
+ "sourceType": "module"
}
}