diff --git a/compiler/packages/babel-plugin-react-forget/src/Entrypoint/Program.ts b/compiler/packages/babel-plugin-react-forget/src/Entrypoint/Program.ts index 7178c8e448..cde8dba18a 100644 --- a/compiler/packages/babel-plugin-react-forget/src/Entrypoint/Program.ts +++ b/compiler/packages/babel-plugin-react-forget/src/Entrypoint/Program.ts @@ -181,7 +181,7 @@ function insertNewFunctionDeclaration( function findEslintSuppressions( fileComments: Array ): CompilerError | null { - const violations = []; + const violations: Array = []; if (Array.isArray(fileComments)) { for (const comment of fileComments) {