diff --git a/common/overrides.js b/common/overrides.js index 64e2ad7f..2680abca 100644 --- a/common/overrides.js +++ b/common/overrides.js @@ -4,9 +4,9 @@ module.exports = { // It's a bit annoying rules: { // There is no need to specify return types for test case function body it('...', fn) - '@typescript-eslint/explicit-function-return-type': 0, + '@typescript-eslint/explicit-function-return-type': "off", // There is no mandatory to specify types in tests - '@typescript-eslint/no-explicit-any': 0, + '@typescript-eslint/no-explicit-any': "off", }, }, allowRequireInConfigs: {