diff --git a/layers/+lang/javascript/README.org b/layers/+lang/javascript/README.org index a6010c976..cf5fc49c7 100644 --- a/layers/+lang/javascript/README.org +++ b/layers/+lang/javascript/README.org @@ -46,6 +46,11 @@ To use the formatting features, install =js-beautify=: $ npm install -g js-beautify #+END_SRC +To activate error checking using flycheck install =JSHint=: +#+BEGIN_SRC sh + $ npm install -g jshint +#+END_SRC + * Configuration To change how js2-mode indents code, set the variable =js2-basic-offset=, as such: