From 7b029d3657fd7aadc09260b6f8b86358bad420ca Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sun, 8 Sep 2019 08:55:19 +0200 Subject: [PATCH] trying to convince codacy about the eslint changes --- .eslintrc | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.eslintrc b/.eslintrc index 41a4e005..afeb6c0c 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,3 +1,4 @@ +--- parserOptions: ecmaVersion: 2017 @@ -13,16 +14,16 @@ env: node: true globals: - DOMPurify: false - after: true - before: true - cleanup: true - describe: false - it: false - jsc: false - jsdom: true - kjua: true - WebCrypto: true + DOMPurify: readonly + after: writable + before: writable + cleanup: writable + describe: readonly + it: readonly + jsc: readonly + jsdom: writable + kjua: writable + WebCrypto: readonly # http://eslint.org/docs/rules/ rules: