Fix wrong eslint vue config being applied
Fix prettier warnings
This commit is contained in:
parent
4824ebc6e6
commit
bfd488826d
@ -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": {}
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
<template>
|
||||
<div>
|
||||
<header-bar showMenu showLogo>
|
||||
<search /> <title />
|
||||
<search />
|
||||
<title />
|
||||
<action
|
||||
class="search-button"
|
||||
icon="search"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user