From 6f06b13be5420aac069da8a13677d3306d4bbe9c Mon Sep 17 00:00:00 2001 From: IvanZosimov Date: Wed, 1 Mar 2023 12:22:16 +0100 Subject: [PATCH] Update eslint config --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 3ae96e0f..b20b0add 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -12,6 +12,7 @@ module.exports = { '@typescript-eslint/no-require-imports': 'error', '@typescript-eslint/no-non-null-assertion': 'off', '@typescript-eslint/no-explicit-any': 'off', + '@typescript-eslint/no-empty-function': 'off', '@typescript-eslint/ban-ts-comment': [ 'error', { @@ -34,7 +35,6 @@ module.exports = { files: ['**/*{test,spec}.ts'], rules: { '@typescript-eslint/no-unused-vars': 'off', - '@typescript-eslint/no-empty-function': 'off', 'jest/no-standalone-expect': 'off', 'jest/no-conditional-expect': 'off', 'no-console': 'off',