logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 0cbfcb99a9ffaf771adbe37320bba157019f65ff
parent d083931ca83fd9983022c63d6cabf4f5fc62b13d
Author: Henry Jameson <me@hjkos.com>
Date:   Sun, 31 Jul 2022 12:24:06 +0300

disable vue rule

Diffstat:

M.eslintrc.js3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.eslintrc.js b/.eslintrc.js @@ -21,6 +21,7 @@ module.exports = { 'generator-star-spacing': 0, // allow debugger during development 'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0, - 'vue/require-prop-types': 0 + 'vue/require-prop-types': 0, + 'vue/multi-word-component-names': 0 } }