diff --git a/eslint.config.js b/eslint.config.js index 015ba386c..448c2abd5 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -67,9 +67,6 @@ export default tseslint.config( caughtErrorsIgnorePattern: "^_", }, ], - "@typescript-eslint/no-unused-expressions": "off", - "@typescript-eslint/prefer-regexp-exec": "off", - "@typescript-eslint/prefer-includes": "off", }, }, { // To be discussed: Type-aware checks might add quite some additional work when writing tests