summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/init.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 81cba44..66793e7 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -2120,7 +2120,8 @@ an AST internally, so it can work with it almost like a lisp.
             (setq js2-basic-offset 2
                   js-switch-indent-offset 2
                   js2-include-node-externs t
-                  js2-highlight-level 1)))
+                  js2-highlight-level 1
+                  js2-strict-missing-semi-warning nil)))
 #+END_SRC
 
 **** js2-refactor