diff --git a/eslint.config.js b/eslint.config.js index 2984c0ac7..d0ebfde9a 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -48,6 +48,10 @@ export default [ { rules: { // Enable rules + "@typescript-eslint/consistent-type-assertions": [ + "warn", // TODO: Raise this to error, https://github.com/openfrontio/OpenFrontIO/issues/1033 + { assertionStyle: "never" }, + ], "@typescript-eslint/prefer-nullish-coalescing": "error", eqeqeq: "error", "sort-keys": "error",