Skip to content

Commit

Permalink
Merge pull request #180 from cgiesche/vue3-upgrade
Browse files Browse the repository at this point in the history
Upgrade to vue3.
  • Loading branch information
cgiesche authored Oct 8, 2023
2 parents a0632e8 + f84ab6e commit e8fd4a0
Show file tree
Hide file tree
Showing 30 changed files with 739 additions and 21,554 deletions.
14 changes: 14 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/* eslint-env node */
require('@rushstack/eslint-patch/modern-module-resolution')

module.exports = {
root: true,
'extends': [
'plugin:vue/vue3-essential',
'eslint:recommended',
'@vue/eslint-config-prettier/skip-formatting'
],
parserOptions: {
ecmaVersion: 'latest'
}
}
8 changes: 8 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none"
}
8 changes: 0 additions & 8 deletions babel.config.js

This file was deleted.

Loading

0 comments on commit e8fd4a0

Please sign in to comment.