trying to convince codacy about the eslint changes

This commit is contained in:
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: parserOptions:
ecmaVersion: 2017 ecmaVersion: 2017
@ -13,16 +14,16 @@ env:
node: true node: true
globals: globals:
DOMPurify: false DOMPurify: readonly
after: true after: writable
before: true before: writable
cleanup: true cleanup: writable
describe: false describe: readonly
it: false it: readonly
jsc: false jsc: readonly
jsdom: true jsdom: writable
kjua: true kjua: writable
WebCrypto: true WebCrypto: readonly
# http://eslint.org/docs/rules/ # http://eslint.org/docs/rules/
rules: rules: