Skip to content

Commit f968f6a

Browse files
committed
wip
1 parent 9ac4bad commit f968f6a

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

meteor/eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const tmpRules = {
99
'@typescript-eslint/unbound-method': 'off',
1010
'@typescript-eslint/no-misused-promises': 'off',
1111
'@typescript-eslint/no-unnecessary-type-assertion': 'off',
12+
'@typescript-eslint/no-require-imports': 'off',
1213
}
1314

1415
const extendedRules = await generateEslintConfig({

meteor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@babel/core": "^7.26.0",
7878
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
7979
"@shopify/jest-koa-mocks": "^5.3.1",
80-
"@sofie-automation/code-standard-preset": "github:SuperFlyTV/sofie-code-standard-preset#commit=da1726cdf3eb9e6e60ecbd6e5373ceb07367b02b",
80+
"@sofie-automation/code-standard-preset": "github:SuperFlyTV/sofie-code-standard-preset#commit=64ba929db3d41d2494e71249e117f2492033922d",
8181
"@sofie-automation/eslint-plugin": "^0.1.1",
8282
"@types/app-root-path": "^1.2.8",
8383
"@types/body-parser": "^1.19.5",

meteor/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,9 +1152,9 @@ __metadata:
11521152
languageName: node
11531153
linkType: soft
11541154

1155-
"@sofie-automation/code-standard-preset@github:SuperFlyTV/sofie-code-standard-preset#commit=da1726cdf3eb9e6e60ecbd6e5373ceb07367b02b":
1155+
"@sofie-automation/code-standard-preset@github:SuperFlyTV/sofie-code-standard-preset#commit=64ba929db3d41d2494e71249e117f2492033922d":
11561156
version: 3.0.0-0
1157-
resolution: "@sofie-automation/code-standard-preset@https://github.com/SuperFlyTV/sofie-code-standard-preset.git#commit=da1726cdf3eb9e6e60ecbd6e5373ceb07367b02b"
1157+
resolution: "@sofie-automation/code-standard-preset@https://github.com/SuperFlyTV/sofie-code-standard-preset.git#commit=64ba929db3d41d2494e71249e117f2492033922d"
11581158
dependencies:
11591159
"@sofie-automation/eslint-plugin": "npm:^0.1.1"
11601160
date-fns: "npm:^4.1.0"
@@ -1174,7 +1174,7 @@ __metadata:
11741174
bin:
11751175
sofie-licensecheck: ./bin/checkLicenses.mjs
11761176
sofie-version: ./bin/updateVersion.mjs
1177-
checksum: 10c0/f3e3427de569c7abb93c5a102115e00c50be864cdf65fdd276ddde28f093dce4ab2363b69d1c7157cde8eaeb2e2a676b4d0a03497f95bde7f56359e91a572225
1177+
checksum: 10c0/74982e170c814e8461b386a1fdd2687f269490128e283b4e37a29b420bbc6fb30453fe01df3d1fa8b3e932461f9068b0fa6a8e8f760305668e6e68c811027718
11781178
languageName: node
11791179
linkType: hard
11801180

@@ -2277,7 +2277,7 @@ __metadata:
22772277
"@shopify/jest-koa-mocks": "npm:^5.3.1"
22782278
"@slack/webhook": "npm:^7.0.4"
22792279
"@sofie-automation/blueprints-integration": "portal:../packages/blueprints-integration"
2280-
"@sofie-automation/code-standard-preset": "github:SuperFlyTV/sofie-code-standard-preset#commit=da1726cdf3eb9e6e60ecbd6e5373ceb07367b02b"
2280+
"@sofie-automation/code-standard-preset": "github:SuperFlyTV/sofie-code-standard-preset#commit=64ba929db3d41d2494e71249e117f2492033922d"
22812281
"@sofie-automation/corelib": "portal:../packages/corelib"
22822282
"@sofie-automation/eslint-plugin": "npm:^0.1.1"
22832283
"@sofie-automation/job-worker": "portal:../packages/job-worker"

packages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"@babel/core": "^7.26.0",
4141
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
42-
"@sofie-automation/code-standard-preset": "github:SuperFlyTV/sofie-code-standard-preset#commit=da1726cdf3eb9e6e60ecbd6e5373ceb07367b02b",
42+
"@sofie-automation/code-standard-preset": "github:SuperFlyTV/sofie-code-standard-preset#commit=64ba929db3d41d2494e71249e117f2492033922d",
4343
"@types/amqplib": "^0.10.6",
4444
"@types/debug": "^4.1.12",
4545
"@types/ejson": "^2.2.2",

packages/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5981,9 +5981,9 @@ __metadata:
59815981
languageName: unknown
59825982
linkType: soft
59835983

5984-
"@sofie-automation/code-standard-preset@github:SuperFlyTV/sofie-code-standard-preset#commit=da1726cdf3eb9e6e60ecbd6e5373ceb07367b02b":
5984+
"@sofie-automation/code-standard-preset@github:SuperFlyTV/sofie-code-standard-preset#commit=64ba929db3d41d2494e71249e117f2492033922d":
59855985
version: 3.0.0-0
5986-
resolution: "@sofie-automation/code-standard-preset@https://github.com/SuperFlyTV/sofie-code-standard-preset.git#commit=da1726cdf3eb9e6e60ecbd6e5373ceb07367b02b"
5986+
resolution: "@sofie-automation/code-standard-preset@https://github.com/SuperFlyTV/sofie-code-standard-preset.git#commit=64ba929db3d41d2494e71249e117f2492033922d"
59875987
dependencies:
59885988
"@sofie-automation/eslint-plugin": "npm:^0.1.1"
59895989
date-fns: "npm:^4.1.0"
@@ -6003,7 +6003,7 @@ __metadata:
60036003
bin:
60046004
sofie-licensecheck: ./bin/checkLicenses.mjs
60056005
sofie-version: ./bin/updateVersion.mjs
6006-
checksum: 10c0/f3e3427de569c7abb93c5a102115e00c50be864cdf65fdd276ddde28f093dce4ab2363b69d1c7157cde8eaeb2e2a676b4d0a03497f95bde7f56359e91a572225
6006+
checksum: 10c0/74982e170c814e8461b386a1fdd2687f269490128e283b4e37a29b420bbc6fb30453fe01df3d1fa8b3e932461f9068b0fa6a8e8f760305668e6e68c811027718
60076007
languageName: node
60086008
linkType: hard
60096009

@@ -22026,7 +22026,7 @@ asn1@evs-broadcast/node-asn1:
2202622026
dependencies:
2202722027
"@babel/core": "npm:^7.26.0"
2202822028
"@babel/plugin-transform-modules-commonjs": "npm:^7.26.3"
22029-
"@sofie-automation/code-standard-preset": "github:SuperFlyTV/sofie-code-standard-preset#commit=da1726cdf3eb9e6e60ecbd6e5373ceb07367b02b"
22029+
"@sofie-automation/code-standard-preset": "github:SuperFlyTV/sofie-code-standard-preset#commit=64ba929db3d41d2494e71249e117f2492033922d"
2203022030
"@types/amqplib": "npm:^0.10.6"
2203122031
"@types/debug": "npm:^4.1.12"
2203222032
"@types/ejson": "npm:^2.2.2"

0 commit comments

Comments
 (0)