From 9b66833b8b9737ccaa18a0f05666ed64b07f9783 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 11 Oct 2017 22:52:30 -0400 Subject: [PATCH] Add jshit options for editor --- js/editor.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/editor.js b/js/editor.js index c610593..0b79e51 100644 --- a/js/editor.js +++ b/js/editor.js @@ -1,3 +1,7 @@ +//jshint browser:true +//jshint esversion:6 +//jshint latedef:nofunc + let deckJSON, template; let selected; let deckName = window.location.pathname.split('/')[2];