Add Userscript variable to ESLint settings

This commit is contained in:
Daniel van Noord
2021-02-06 21:51:41 +01:00
parent f3e84d0920
commit bc6e6eb110

View File

@@ -15,6 +15,7 @@ module.exports = {
"jscolor": "readonly", "jscolor": "readonly",
"BeautifyAll": "readonly", "BeautifyAll": "readonly",
"CM": "writable", "CM": "writable",
"unsafeWindow": "readonly",
}, },
"extends": "eslint:recommended", "extends": "eslint:recommended",
"parserOptions": { "parserOptions": {