mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
configure camelcase exception
This commit is contained in:
parent
cc29349998
commit
8773b5cabe
@ -27,7 +27,8 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
rules: {
|
rules: {
|
||||||
'no-console': ['error'],
|
'no-console': 'error',
|
||||||
|
camelcase: ['error', { allow: 'FederationClient_*' }],
|
||||||
'no-debugger': 'error',
|
'no-debugger': 'error',
|
||||||
'prettier/prettier': [
|
'prettier/prettier': [
|
||||||
'error',
|
'error',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user