summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-20 09:16:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-20 09:16:14 +0000
commitecd7d1e2037d577de3b898b45c13f8115c03fdf6 (patch)
treef07072d74493738f2a5562954f5f612b467adc15 /.eslintrc.json
parentAdding upstream version 1.10.5+dfsg. (diff)
downloadbootstrap-icons-ecd7d1e2037d577de3b898b45c13f8115c03fdf6.tar.xz
bootstrap-icons-ecd7d1e2037d577de3b898b45c13f8115c03fdf6.zip
Adding upstream version 1.11.1+dfsg.upstream/1.11.1+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index b15c9c2..86206cd 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -24,13 +24,10 @@
},
"overrides": [
{
- "files": "docs/**",
+ "files": "docs/assets/js/**",
"env": {
"browser": true,
"node": false
- },
- "parserOptions": {
- "sourceType": "module"
}
}
]