diff --git a/.eslintrc.json b/.eslintrc.json index b2b2fd5968..898bee844b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -72,7 +72,8 @@ "@typescript-eslint/no-floating-promises": "error", "@typescript-eslint/await-thenable": "error", "@typescript-eslint/no-misused-promises": "error", - "@typescript-eslint/no-explicit-any": "warn" + "@typescript-eslint/no-explicit-any": "warn", + "id-match": ["error", "^(?!.*[pP]ubSub)"] }, "overrides": [ {