4
0
mirror of https://github.com/AltarikMC/Launcher synced 2025-12-13 11:41:45 +00:00

Update to electron 28, remove eslint vue plugin

This commit is contained in:
2023-12-06 12:40:49 +01:00
parent 5721b96601
commit 49c360c7f7
3 changed files with 14 additions and 74 deletions

View File

@@ -4,8 +4,7 @@ module.exports = {
es2021: true
},
extends: [
'standard',
'plugin:vue/vue3-essential'
'standard'
],
overrides: [
{
@@ -24,9 +23,7 @@ module.exports = {
ecmaVersion: 'latest',
sourceType: 'module'
},
plugins: [
'vue'
],
plugins: [],
rules: {
}
}