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}` `plugin:${PluginName}/${PresetName.RecommendedWithTypeChecking}`
], ],
env: { env: {
node: true, browser: true,
web: true, es6: true,
es6: true node: true
}, },
parserOptions: { parserOptions: {
project: [ project: [