diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-05-03 09:10:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-05-03 09:10:03 +0000 |
commit | 9aeff034f5cdf4e22090904bf9dfecf439b34658 (patch) | |
tree | 7ed7a2f5bc0291104a79f90f547c4b250e50c21b /.eslintrc.json | |
parent | Releasing debian version 1.10.4+dfsg-1. (diff) | |
download | bootstrap-icons-9aeff034f5cdf4e22090904bf9dfecf439b34658.tar.xz bootstrap-icons-9aeff034f5cdf4e22090904bf9dfecf439b34658.zip |
Merging upstream version 1.10.5+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 5 |
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" } } ] |