mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix rule, use array for allow list
This commit is contained in:
parent
6d405c43c5
commit
9157a57fb3
@ -28,7 +28,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
rules: {
|
rules: {
|
||||||
'no-console': 'error',
|
'no-console': 'error',
|
||||||
camelcase: ['error', { allow: 'FederationClient_*' }],
|
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