mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[MIGRATION] - Switching off no empty functions rule
This commit is contained in:
@@ -103,6 +103,7 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
'@typescript-eslint/member-ordering': 'off',
|
'@typescript-eslint/member-ordering': 'off',
|
||||||
|
'@typescript-eslint/no-empty-function': 'off',
|
||||||
'prefer-arrow/prefer-arrow-functions': 'off',
|
'prefer-arrow/prefer-arrow-functions': 'off',
|
||||||
'prefer-promise-reject-errors': 'error',
|
'prefer-promise-reject-errors': 'error',
|
||||||
'brace-style': 'off',
|
'brace-style': 'off',
|
||||||
|
Reference in New Issue
Block a user