[MIGRATION] - Switching off no empty functions rule

This commit is contained in:
VitoAlbano
2024-10-22 16:24:25 +01:00
parent beb6a1d96a
commit e038149bf9
+1
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',