configure camelcase exception

This commit is contained in:
Ulf Gebhardt 2023-05-23 11:24:01 +02:00
parent cc29349998
commit 8773b5cabe
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -27,7 +27,8 @@ module.exports = {
},
},
rules: {
'no-console': ['error'],
'no-console': 'error',
camelcase: ['error', { allow: 'FederationClient_*' }],
'no-debugger': 'error',
'prettier/prettier': [
'error',