diff options
-rw-r--r-- | emacs/.emacs.d/init.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 81cba44e..66793e78 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 |