diff --git a/Apps/FrontendSoftware/.eslintrc.js b/Apps/FrontendSoftware/.eslintrc.js index f83cf2a0d..8ca7f45ab 100644 --- a/Apps/FrontendSoftware/.eslintrc.js +++ b/Apps/FrontendSoftware/.eslintrc.js @@ -42,6 +42,7 @@ module.exports = { // VUE EXCEPTIONS: 'vue/no-v-html': 'off', 'vue/require-default-prop': 'off', + 'vue/attribute-hyphenation': 'off', // this breaks a lot since we're adding lint late into dev 'vue/no-mutating-props': process.env.NODE_ENV === 'production' ? 'warn' : 'warn' } }; diff --git a/Apps/FrontendSoftware/.vscode/settings.json b/Apps/FrontendSoftware/.vscode/settings.json index 883fbeb23..d632c608c 100644 --- a/Apps/FrontendSoftware/.vscode/settings.json +++ b/Apps/FrontendSoftware/.vscode/settings.json @@ -24,6 +24,7 @@ }, "cSpell.words": [ "autopopulate", + "Circumnav", "Deletemodal", "devcluster", "frameless", @@ -43,6 +44,7 @@ "sankey", "saslprep", "Sidemodal", + "specced", "splashless", "tooltipster", "vals", diff --git a/Apps/FrontendSoftware/src/views/Home.vue b/Apps/FrontendSoftware/src/views/Home.vue index 7e1b4d4bb..89497f767 100644 --- a/Apps/FrontendSoftware/src/views/Home.vue +++ b/Apps/FrontendSoftware/src/views/Home.vue @@ -9,8 +9,8 @@ Last Update: 08/14/2020, Colombo