diff --git a/.eslintrc.json b/.eslintrc.json index a0adafa..508b94c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -5,6 +5,16 @@ "plugin:prettier/recommended" ], "env": { - "browser": true + "browser": true, + "node": true, + "es6": true, + "amd": true, + "jquery": true + }, + "globals": { + "TYPO3": "readonly" + }, + "parserOptions": { + "ecmaVersion": 8 } }