diff --git a/scripts/generate-phab-tag-removal-script.js b/scripts/generate-phab-tag-removal-script.js
--- a/scripts/generate-phab-tag-removal-script.js
+++ b/scripts/generate-phab-tag-removal-script.js
@@ -1,4 +1,4 @@
-// @flow
+/* eslint-disable flowtype/require-valid-file-annotation */
 
 const { execSync } = require('child_process');
 const fs = require('fs');
diff --git a/scripts/get-cargo-path.js b/scripts/get-cargo-path.js
--- a/scripts/get-cargo-path.js
+++ b/scripts/get-cargo-path.js
@@ -1,4 +1,4 @@
-// @flow
+/* eslint-disable flowtype/require-valid-file-annotation */
 
 const findUp = require('find-up');
 
diff --git a/scripts/get-clang-paths-cli.js b/scripts/get-clang-paths-cli.js
--- a/scripts/get-clang-paths-cli.js
+++ b/scripts/get-clang-paths-cli.js
@@ -1,4 +1,4 @@
-// @flow
+/* eslint-disable flowtype/require-valid-file-annotation */
 
 const { clangPaths } = require('./get-clang-paths.js');
 
diff --git a/scripts/get-clang-paths.js b/scripts/get-clang-paths.js
--- a/scripts/get-clang-paths.js
+++ b/scripts/get-clang-paths.js
@@ -1,4 +1,4 @@
-// @flow
+/* eslint-disable flowtype/require-valid-file-annotation */
 
 const clangPaths = [
   {