summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-04-07 12:22:19 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-04-07 12:22:19 +0000
commit4ec9afcefb2b7817a7a733e1bc9777a29c350ba4 (patch)
tree85313cb1a727ca829d93bb09299af26a4c247c54 /.eslintrc.json
parentAdding upstream version 1.10.3+dfsg. (diff)
downloadbootstrap-icons-f9be7e4145ec8984167f5bfb69a05b92b1b0292a.tar.xz
bootstrap-icons-f9be7e4145ec8984167f5bfb69a05b92b1b0292a.zip
Adding upstream version 1.10.4+dfsg.upstream/1.10.4+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json14
1 files changed, 13 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 1445063..9f3df75 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -20,5 +20,17 @@
"never"
],
"strict": "error"
- }
+ },
+ "overrides": [
+ {
+ "files": "docs/**",
+ "env": {
+ "browser": true,
+ "node": false
+ },
+ "parserOptions": {
+ "sourceType": "script"
+ }
+ }
+ ]
}