Jelajahi Sumber

trying to convince codacy about the eslint changes

El RIDO 6 tahun lalu
induk
melakukan
ae11d168ce
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      .eslintrc

+ 2 - 1
.eslintrc

@@ -16,6 +16,7 @@ env:
 globals:
 globals:
   DOMPurify: readonly
   DOMPurify: readonly
   after: writable
   after: writable
+  assert: writable
   before: writable
   before: writable
   cleanup: writable
   cleanup: writable
   describe: readonly
   describe: readonly
@@ -23,7 +24,7 @@ globals:
   jsc: readonly
   jsc: readonly
   jsdom: writable
   jsdom: writable
   kjua: writable
   kjua: writable
-  WebCrypto: readonly
+  WebCrypto: writable
 
 
 # http://eslint.org/docs/rules/
 # http://eslint.org/docs/rules/
 rules:
 rules: