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