diff --git a/packages/js/eslint-config/eslint-ts.config.js b/packages/js/eslint-config/eslint-ts.config.js index fb8cc6a6d1..d3713de73d 100644 --- a/packages/js/eslint-config/eslint-ts.config.js +++ b/packages/js/eslint-config/eslint-ts.config.js @@ -84,7 +84,6 @@ module.exports = [ 'no-void': 0, // can conflict with @typescript-eslint/no-floating-promises 'react/jsx-filename-extension': 0, 'class-methods-use-this': 0, - '@typescript-eslint/no-unsafe-return': 2, // we need to disable it for wordpress select :( '@typescript-eslint/no-unsafe-member-access': 0, // this needs to be off until we have typed assignments :( '@typescript-eslint/no-unsafe-call': 0, // this needs to be off until we have typed assignments :( '@typescript-eslint/no-unsafe-assignment': 0, // this needs to be off until we have typed assignments :(