소스 검색

trying to convince codacy about the eslint changes

El RIDO 7 년 전
부모
커밋
ae11d168ce
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .eslintrc

+ 2 - 1
.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: