From ae11d168ced21edf16e735e53db76150a70e4ac9 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sun, 8 Sep 2019 09:02:15 +0200 Subject: [PATCH] trying to convince codacy about the eslint changes --- .eslintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index afeb6c0c..5972d0f7 100644 --- a/.eslintrc +++ b/.eslintrc @@ -16,6 +16,7 @@ env: globals: DOMPurify: readonly after: writable + assert: writable before: writable cleanup: writable describe: readonly @@ -23,7 +24,7 @@ globals: jsc: readonly jsdom: writable kjua: writable - WebCrypto: readonly + WebCrypto: writable # http://eslint.org/docs/rules/ rules: