From e04762191cb43489a15704989b4e1e54ea52c72a Mon Sep 17 00:00:00 2001 From: Nawaz Dhandala Date: Sat, 16 Apr 2022 12:23:47 +0100 Subject: [PATCH] fix --- .eslintrc.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.eslintrc.json b/.eslintrc.json index 6f9e6b6147..9b7d82e961 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -53,8 +53,13 @@ "no-extra-semi": "error", "no-else-return": "error", "no-div-regex": "error", + "no-octal": "error", "no-extra-bind": "error", + "unicode-bom": "error", "no-extra-boolean-cast": "error", + "wrap-regex": "error", + "wrap-iife": "error", + "yield-star-spacing": "error", "no-implicit-coercion": "error", "no-extra-label": "error", "multiline-comment-style": "error",