diff --git a/compiler/packages/eslint-plugin-react-compiler/src/index.ts b/compiler/packages/eslint-plugin-react-compiler/src/index.ts index 0dd3679d56..a3577a101e 100644 --- a/compiler/packages/eslint-plugin-react-compiler/src/index.ts +++ b/compiler/packages/eslint-plugin-react-compiler/src/index.ts @@ -25,7 +25,7 @@ const configs = { }, }, rules: { - 'react-compiler/react-compiler': 'error', + 'react-compiler/react-compiler': 'error' as const, }, }, };