finished user prfile and passwords

This commit is contained in:
2022-11-01 14:57:36 +01:00
parent a488e489da
commit 560e96cf18
61 changed files with 1581 additions and 852 deletions

@ -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"