diff --git a/.eslintrc.json b/.eslintrc.json index 1a9c328..9f376f6 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -323,6 +323,7 @@ "@typescript-eslint/no-unsafe-unary-minus": "error", "@typescript-eslint/no-array-delete": "error", "@typescript-eslint/prefer-function-type": "error", + "@typescript-eslint/prefer-find": "error", "@typescript-eslint/prefer-includes": "error", "@typescript-eslint/prefer-nullish-coalescing": [ "error",