Fix eslint configuration

This commit is contained in:
Manuel Thalmann 2022-12-07 08:09:14 +01:00
parent aaac8f1912
commit 427e704a61
No known key found for this signature in database
GPG key ID: 5FD9AD3CCDDBD27B

View file

@ -6,9 +6,9 @@ module.exports = {
`plugin:${PluginName}/${PresetName.RecommendedWithTypeChecking}`
],
env: {
node: true,
web: true,
es6: true
browser: true,
es6: true,
node: true
},
parserOptions: {
project: [