trying to convince codacy about the eslint changes

pull/508/head
El RIDO 2019-09-08 08:55:19 +02:00
parent b1c9ca65fa
commit 7b029d3657
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
1 changed files with 11 additions and 10 deletions

View File

@ -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: