diff --git a/babel.config.js b/babel.config.js
index e9558405..6431b568 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -1,5 +1,3 @@
module.exports = {
- presets: [
- '@vue/cli-plugin-babel/preset'
- ]
-}
+ presets: ["@vue/cli-plugin-babel/preset"],
+};
diff --git a/package.json b/package.json
index e92bc45b..c4ddaa17 100644
--- a/package.json
+++ b/package.json
@@ -34,6 +34,8 @@
"@vue/compiler-sfc": "3.2.19",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
+ "eslint-config-prettier": "^8.3.0",
+ "eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^7.19.1"
},
"eslintConfig": {
@@ -43,6 +45,7 @@
},
"extends": [
"plugin:vue/vue3-essential",
+ "plugin:prettier/recommended",
"eslint:recommended"
],
"parserOptions": {
diff --git a/src/App.vue b/src/App.vue
index f215f248..28803eaa 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -7,7 +7,7 @@
@@ -22,11 +23,11 @@