Fix wrong eslint vue config being applied

Fix prettier warnings
This commit is contained in:
Kloon ImKloon 2023-08-07 15:14:57 +02:00
parent 4824ebc6e6
commit bfd488826d
No known key found for this signature in database
GPG Key ID: CCF1C86A995C5B6A
2 changed files with 8 additions and 4 deletions

View File

@ -56,7 +56,7 @@
"node": true
},
"extends": [
"plugin:vue/recommended",
"plugin:vue/essential",
"eslint:recommended",
"@vue/prettier"
],
@ -66,10 +66,13 @@
"vue/no-mutating-props": "warn"
},
"parserOptions": {
"parser": "@babel/eslint-parser"
"parser": "@babel/eslint-parser",
"ecmaVersion": "latest"
}
},
"prettier": {},
"prettier": {
"trailingComma": "es5"
},
"postcss": {
"plugins": {
"autoprefixer": {}

View File

@ -1,7 +1,8 @@
<template>
<div>
<header-bar showMenu showLogo>
<search /> <title />
<search />
<title />
<action
class="search-button"
icon="search"