diff --git a/.eslintrc b/.eslintrc index 846a916c..3d7c5f9f 100644 --- a/.eslintrc +++ b/.eslintrc @@ -17,10 +17,11 @@ "vue/html-indent": ["error", "tab"], "vue/multiline-html-element-content-newline": 0, "vue/singleline-html-element-content-newline": 0, + "vue/multi-word-component-names": 0, "no-param-reassign": ["error", { "props": true, "ignorePropertyModificationsFor": ["state", "acc"] - }], + }] }, "globals": { "CONFIG": true diff --git a/.gitignore b/.gitignore index 74d11624..9eb45e8d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ node_modules/ dist/ log/ media/ +html/ public/js/* public/css/* config/* @@ -9,3 +10,4 @@ config/* assets/js/config/ !assets/js/config/default.js *.heapprofile +*.heapsnapshot diff --git a/assets/components/actors/actor.vue b/assets/components/actors/actor.vue index e6ad4f92..ce290b5b 100644 --- a/assets/components/actors/actor.vue +++ b/assets/components/actors/actor.vue @@ -6,7 +6,7 @@

{{ actor.name }} ({{ actor.entity.name }}) - {{ actor.name }} + {{ actor.name }} -