From c156551dd148f5e366a4f714a6e08acd3582e841 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 19 Apr 2018 00:50:47 -0400 Subject: [PATCH] lang/javascript: minor reformatting/comment revision --- modules/lang/javascript/config.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/lang/javascript/config.el b/modules/lang/javascript/config.el index d78121ec7..dfd76e3ed 100644 --- a/modules/lang/javascript/config.el +++ b/modules/lang/javascript/config.el @@ -10,8 +10,8 @@ ;; let flycheck handle this js2-mode-show-parse-errors nil js2-mode-show-strict-warnings nil - ;; Flycheck provides these features, so disable them: - ;; conflicting with the eslint settings. + ;; Flycheck provides these features, so disable them: conflicting with + ;; the eslint settings. js2-strict-trailing-comma-warning nil js2-strict-missing-semi-warning nil) @@ -140,7 +140,6 @@ "<" nil "C-d" nil) (add-hook! rjsx-mode - #'(flycheck-mode set-up-tide-mode add-node-modules-path rainbow-delimiters-mode) ;; jshint doesn't really know how to deal with jsx (push 'javascript-jshint flycheck-disabled-checkers)))