initial commit

This commit is contained in:
Alex Turchyn
2023-05-21 17:59:36 +03:00
commit 97c462ead2
159 changed files with 10987 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"extends": [
"standard",
"plugin:vue/vue3-recommended"
],
"env": {
"browser": true
},
"rules": {
"vue/no-deprecated-html-element-is": 0,
"vue/no-mutating-props": 0
},
"parserOptions": {
"ecmaVersion": 2022,
"parser": "@babel/eslint-parser"
}
}