diff --git a/backend/.eslintrc.js b/backend/.eslintrc.js index b09fc1d59..ecb8331d3 100644 --- a/backend/.eslintrc.js +++ b/backend/.eslintrc.js @@ -28,7 +28,7 @@ module.exports = { }, rules: { 'no-console': 'error', - camelcase: ['error', { allow: 'FederationClient_*' }], + camelcase: ['error', { allow: ['FederationClient_*'] }], 'no-debugger': 'error', 'prettier/prettier': [ 'error',