fix rule, use array for allow list

This commit is contained in:
Ulf Gebhardt 2023-05-23 11:27:04 +02:00
parent 6d405c43c5
commit 9157a57fb3
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

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