From 14b26a2ba2c361a57cdc6cd79c094c48bce3df23 Mon Sep 17 00:00:00 2001 From: Aiko Mastbbom Date: Fri, 20 Mar 2020 11:31:03 +0100 Subject: [PATCH] relax on semicolons --- .jshintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jshintrc b/.jshintrc index a920c65..dcf0f6a 100644 --- a/.jshintrc +++ b/.jshintrc @@ -34,7 +34,7 @@ "maxlen" : false, // {int} Max number of characters per line // Relaxing - "asi" : false, // true: Tolerate Automatic Semicolon Insertion (no semicolons) + "asi" : true, // true: Tolerate Automatic Semicolon Insertion (no semicolons) "boss" : false, // true: Tolerate assignments where comparisons would be expected "debug" : false, // true: Allow debugger statements e.g. browser breakpoints. "eqnull" : true, // true: Tolerate use of `== null`