diff --git a/packages/web-components/.eslintrc.json b/packages/web-components/.eslintrc.json index c96b794360cfd..3d5876196e9ba 100644 --- a/packages/web-components/.eslintrc.json +++ b/packages/web-components/.eslintrc.json @@ -38,6 +38,7 @@ "@typescript-eslint/no-non-null-assertion": "off", "@typescript-eslint/no-use-before-define": "off", "@typescript-eslint/no-empty-interface": "error", + "@typescript-eslint/no-empty-object-type": "off", "@typescript-eslint/no-unsafe-declaration-merging": "off", "@typescript-eslint/explicit-module-boundary-types": "off", "@typescript-eslint/explicit-function-return-type": "off", @@ -49,6 +50,7 @@ "args": "none" } ], + "@typescript-eslint/no-unused-expressions": "warn", "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/naming-convention": [ "error",