diff --git a/.oxlintrc.json b/.oxlintrc.json index 5dfa8ddf8..fb5d00dab 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -114,7 +114,12 @@ { "files": ["browser_tests/**/*.ts"], "rules": { - "typescript/no-explicit-any": "error" + "typescript/no-explicit-any": "error", + "no-async-promise-executor": "error", + "no-control-regex": "error", + "no-useless-rename": "error", + "no-unused-private-class-members": "error", + "unicorn/no-empty-file": "error" } } ]