summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-05-03 09:09:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-05-03 09:09:58 +0000
commitfbbea065828865399d8bc6dd607b7205bff2c5a8 (patch)
treee3238379197e6288160e4d3a27520e1880d6524f /.eslintrc.json
parentAdding upstream version 1.10.4+dfsg. (diff)
downloadbootstrap-icons-fbbea065828865399d8bc6dd607b7205bff2c5a8.tar.xz
bootstrap-icons-fbbea065828865399d8bc6dd607b7205bff2c5a8.zip
Adding upstream version 1.10.5+dfsg.upstream/1.10.5+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 9f3df75..b15c9c2 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -5,7 +5,8 @@
"node": true
},
"parserOptions": {
- "ecmaVersion": 2019
+ "ecmaVersion": 2020,
+ "sourceType": "module"
},
"extends": "eslint:recommended",
"rules": {
@@ -29,7 +30,7 @@
"node": false
},
"parserOptions": {
- "sourceType": "script"
+ "sourceType": "module"
}
}
]