finished user prfile and passwords
This commit is contained in:
28
.eslintrc
28
.eslintrc
@@ -2,9 +2,7 @@
|
||||
"extends": [
|
||||
// add more generic rulesets here, such as:
|
||||
"eslint:recommended",
|
||||
"airbnb-base",
|
||||
"plugin:vue/recommended",
|
||||
"plugin:vue/vue3-recommended"
|
||||
"airbnb-base"
|
||||
],
|
||||
"parserOptions": {
|
||||
"parser": "espree",
|
||||
@@ -13,35 +11,13 @@
|
||||
},
|
||||
"env": {
|
||||
"es6": true,
|
||||
"browser": true,
|
||||
"vue/setup-compiler-macros": true
|
||||
"browser": true
|
||||
},
|
||||
"rules": {
|
||||
"semi": [
|
||||
"error",
|
||||
"never"
|
||||
],
|
||||
"vue/no-v-html": "off",
|
||||
"vue/html-indent": [
|
||||
"error",
|
||||
"tab"
|
||||
],
|
||||
"vue/html-closing-bracket-spacing": [
|
||||
"error",
|
||||
{
|
||||
"startTag": "never",
|
||||
"endTag": "never",
|
||||
"selfClosingTag": "never"
|
||||
}
|
||||
],
|
||||
"vue/component-api-style": [
|
||||
"error",
|
||||
[
|
||||
"script-setup",
|
||||
"composition"
|
||||
]
|
||||
// "script-setup", "composition", "composition-vue2", or "options"
|
||||
],
|
||||
"indent": [
|
||||
"error",
|
||||
"tab"
|
||||
|
Reference in New Issue
Block a user