style: fix eslint errors

Change-Id: Ib99b0010bcd00df3ee4e30f7c1b787cfe7d5e9ab
diff --git a/src/common/architecture/scripts/Script.ts b/src/common/architecture/scripts/Script.ts
index 5cca2c4..8f45601 100644
--- a/src/common/architecture/scripts/Script.ts
+++ b/src/common/architecture/scripts/Script.ts
@@ -41,7 +41,7 @@
    * Priority with which the script is executed. Scripts with a lower value are
    * executed first.
    */
-  readonly priority: Number = 2 ** 31;
+  readonly priority: number = 2 ** 31;
 
   /**
    * Page where the script should be executed.