diff --git a/src/Main.hs b/src/Main.hs
index be28f075b8d593002ed7e964c5f5e59f55ae9ad4..0315be4977a4096061d22ac68c3a4ca364b277bb 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -28,8 +28,6 @@ data Options = Options
   -- ^ path to the repository containing maps to lint
   , entrypoint   :: Maybe String
   -- ^ entrypoint in that repository
-  , allowScripts :: Bool
-  -- ^ pass --allowScripts to allow javascript in map
   , json         :: Bool
   -- ^ emit json if --json was given
   , lintlevel    :: Maybe Level