From 4541d75f49f6ed6e1411834811a6688fba146993 Mon Sep 17 00:00:00 2001 From: n1073645 Date: Tue, 12 Nov 2019 13:17:04 +0000 Subject: [PATCH] Improved continueUntil, added consumeWhile and made the EVTX extractor more complete --- .eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 14e335a5..e307112b 100755 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -47,7 +47,6 @@ "block-spacing": "error", "array-bracket-spacing": "error", "comma-spacing": "error", - "spaced-comment": ["error", "always"], "comma-style": "error", "computed-property-spacing": "error", "no-trailing-spaces": "warn",