summaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-06-11 22:22:47 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-06-11 22:22:47 +0200
commitbe8d25968bfa511aa856759f6fbe9dfa5c8248f6 (patch)
tree650f99c6ce70bb8038883b6d7cff853ec0c48577 /.eslintrc.json
parentcb35325c16760721e55783c4624ee63daa973f7c (diff)
Added a test to ensure that importing with requirejs actually works
Re #10
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json4
1 files changed, 0 insertions, 4 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 92c421c..b2af456 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -1,9 +1,5 @@
{
"env": {
- "browser": true,
- "commonjs": true,
- "es2021": true,
- "amd": true
},
"extends": "eslint:recommended",
"parserOptions": {