From d7726f407229f1758c9b4da03112235e9d8a9fa4 Mon Sep 17 00:00:00 2001 From: lemonslut Date: Sun, 8 Jun 2025 14:10:04 -0600 Subject: [PATCH] eslint: disable vue/prop-name-casing for now until i can learn more about vue & get more info on the future of vue in this project --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 1d367113..4d8c6e77 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -127,6 +127,7 @@ module.exports = { 'vue/require-prop-types': 'off', 'vue/require-default-prop': 'off', 'vue/no-mutating-props': 'off', // TODO: all these + 'vue/prop-name-casing': 'off', // TODO: do we need this? 'vue/html-closing-bracket-newline': [ 'error', {