Start migration to vite

This commit is contained in:
Georg Krause 2022-02-21 15:07:07 +01:00
commit e9c4bfe947
No known key found for this signature in database
GPG key ID: FD479B9A4D48E632
36 changed files with 616 additions and 5658 deletions

View file

@ -14,7 +14,6 @@ module.exports = {
parserOptions: {
ecmaVersion: 2018,
sourceType: 'module',
parser: '@babel/eslint-parser'
},
plugins: [
'vue'