aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview/lib/RecipeWebview.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview/lib/RecipeWebview.ts')
-rw-r--r--src/webview/lib/RecipeWebview.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webview/lib/RecipeWebview.ts b/src/webview/lib/RecipeWebview.ts
index 3b6b9cc88..2e967a791 100644
--- a/src/webview/lib/RecipeWebview.ts
+++ b/src/webview/lib/RecipeWebview.ts
@@ -128,7 +128,6 @@ class RecipeWebview {
128 * be an absolute path to the file 128 * be an absolute path to the file
129 */ 129 */
130 injectCSS(...files) { 130 injectCSS(...files) {
131 // eslint-disable-next-line unicorn/no-array-for-each
132 files.forEach(file => { 131 files.forEach(file => {
133 if (pathExistsSync(file)) { 132 if (pathExistsSync(file)) {
134 const styles = document.createElement('style'); 133 const styles = document.createElement('style');