commit | e7f9be8463d677060d55b7c10c3edd0855ce8221 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Fri May 31 22:37:04 2024 +0200 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Fri May 31 22:44:55 2024 +0200 |
tree | d9cc33e480fbd2598a02b4b5b28ef2cbb0b533c7 | |
parent | a7b300c09f8d431d4b277c591424cb51dc904fd8 [diff] [blame] |
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.