diff --git a/.eslintrc.js b/.eslintrc.js index b462405..b49435a 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -12,6 +12,8 @@ module.exports = { ], rules: { 'vue/require-default-prop': 'off', - 'vue/multi-word-component-names': 'off' + 'vue/multi-word-component-names': 'off', + 'vue/attribute-order': 'off', + '@typescript-eslint/no-explicit-any': 'off' } } diff --git a/.gitignore b/.gitignore index 42bd71b..de14059 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ dist out .DS_Store *.log* +map-* diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 3909346..fe97cc9 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -5,8 +5,10 @@