From 00a6e8aa8dd06f8a2bd7ccccdccfcb6215cf4841 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Tue, 18 Feb 2020 23:34:51 +0100 Subject: Add svelte linting --- app/application.js | 2 -- app/components/forum_list/forum_list.svelte | 2 +- app/forum.svelte | 7 ++++--- app/utils/glyph_hash.js | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) (limited to 'app') diff --git a/app/application.js b/app/application.js index f5012fd..6f44869 100644 --- a/app/application.js +++ b/app/application.js @@ -1,7 +1,5 @@ import Forum from './forum.svelte'; -/* global document */ - const forum = new Forum({ target: document.body, props: { diff --git a/app/components/forum_list/forum_list.svelte b/app/components/forum_list/forum_list.svelte index e49c8d8..f77c79a 100644 --- a/app/components/forum_list/forum_list.svelte +++ b/app/components/forum_list/forum_list.svelte @@ -1,5 +1,5 @@