Improved continueUntil, added consumeWhile and made the EVTX extractor more complete

This commit is contained in:
n1073645 2019-11-12 11:00:43 +00:00 committed by d98762625
parent 3e1ab51777
commit 334ce324f2
3 changed files with 11 additions and 10 deletions

View file

@ -47,6 +47,7 @@
"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",