[MIGRATION] - Switching off no empty functions rule

This commit is contained in:
VitoAlbano 2024-08-22 22:31:59 +01:00 committed by Ehsan Rezaei
parent e38221657a
commit ad0daefc6f

View File

@ -103,6 +103,7 @@ module.exports = {
}
],
'@typescript-eslint/member-ordering': 'off',
'@typescript-eslint/no-empty-function': 'off',
'prefer-arrow/prefer-arrow-functions': 'off',
'prefer-promise-reject-errors': 'error',
'brace-style': 'off',