Skip to content

Commit

Permalink
lint 6 (directors cut)
Browse files Browse the repository at this point in the history
  • Loading branch information
alepouna authored Apr 27, 2024
1 parent bee68f7 commit 2840aad
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions src/renderer/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ export const defaultConfiguration: Configuration = {
'https://flybywiresim.b-cdn.net/installer/media-assets/addon-titles/fbw-a380x/light.svg',
enabled: false,
backgroundImageUrls: [
'https://nyc3.digitaloceanspaces.com/fselite/2020/11/123263426_126778999193686_7966913238295950901_o.png'
'https://nyc3.digitaloceanspaces.com/fselite/2020/11/123263426_126778999193686_7966913238295950901_o.png',
],
shortDescription: 'Airbus A380-800',
description: '',
Expand Down Expand Up @@ -310,7 +310,8 @@ export const defaultConfiguration: Configuration = {
releaseModel: {
type: 'CDN',
},
description: 'FlyByWire Headquarters is transformed into a winter wonderland - complete with a plethora of festive decorations in addition to the standard progress showcase.',
description:
'FlyByWire Headquarters is transformed into a winter wonderland - complete with a plethora of festive decorations in addition to the standard progress showcase.',
},
],
},
Expand All @@ -322,23 +323,28 @@ export const defaultConfiguration: Configuration = {
repoName: 'simbridge',
aircraftName: 'FBW SimBridge',
titleImageUrl: 'https://flybywiresim.b-cdn.net/installer/media-assets/addon-titles/fbw-simbridge/dark.svg',
titleImageUrlSelected: 'https://flybywiresim.b-cdn.net/installer/media-assets/addon-titles/fbw-simbridge/light.svg',
titleImageUrlSelected:
'https://flybywiresim.b-cdn.net/installer/media-assets/addon-titles/fbw-simbridge/light.svg',
enabled: true,
backgroundImageUrls: ['https://flybywiresim.b-cdn.net/installer/media-assets/addon-headers/fbw-simbridge/0.png'],
backgroundImageUrls: [
'https://flybywiresim.b-cdn.net/installer/media-assets/addon-headers/fbw-simbridge/0.png'

Check failure on line 330 in src/renderer/data.ts

View workflow job for this annotation

GitHub Actions / lint

Insert `,`
],
backgroundImageShadow: false,
shortDescription: 'Airbus A380-800',
description: 'SimBridge is an external application which allows FBW aircraft to communicate with components located outside the simulator. SimBridge will be used for a number of features requiring external data (such as TAWS terrain display), as well as for functionality providing remote access to aircraft systems or data.',
description:
'SimBridge is an external application which allows FBW aircraft to communicate with components located outside the simulator. SimBridge will be used for a number of features requiring external data (such as TAWS terrain display), as well as for functionality providing remote access to aircraft systems or data.',
targetDirectory: 'flybywire-externaltools-simbridge',
tracks: [
{
{
name: 'Release',
key: 'release',
releaseModel: {
type: 'githubRelease',
},
url: 'https://cdn.flybywiresim.com/addons/simbridge/release/',
isExperimental: false,
description: 'SimBridge is an external app that enables FlyByWire Simulations aircraft to communicate outside your simulator. From remote displays to external terrain display rendering, it is used for a variety of optional features.',
description:
'SimBridge is an external app that enables FlyByWire Simulations aircraft to communicate outside your simulator. From remote displays to external terrain display rendering, it is used for a variety of optional features.',
},
],
disallowedRunningExternalApps: ['@/simbridge-app'],
Expand Down Expand Up @@ -410,9 +416,12 @@ export const defaultConfiguration: Configuration = {
category: '@aircraft',
aircraftName: 'B747-8I',
titleImageUrl: 'https://flybywiresim.b-cdn.net/installer/media-assets/addon-titles/salty-74S/dark.svg',
titleImageUrlSelected: 'https://flybywiresim.b-cdn.net/installer/media-assets/addon-titles/salty-74S/light.svg',
titleImageUrlSelected:
'https://flybywiresim.b-cdn.net/installer/media-assets/addon-titles/salty-74S/light.svg',
enabled: true,
backgroundImageUrls: ['https://raw.githubusercontent.com/saltysimulations/branding/main/png/salty_banner.png'],
backgroundImageUrls: [
'https://raw.githubusercontent.com/saltysimulations/branding/main/png/salty_banner.png'

Check failure on line 423 in src/renderer/data.ts

View workflow job for this annotation

GitHub Actions / lint

Insert `,`
],
shortDescription: 'Boeing 747-8I',
description:
'The Boeing 747-8 is the largest variant of the 747. ' +
Expand All @@ -431,7 +440,8 @@ export const defaultConfiguration: Configuration = {
name: 'Stable',
key: '74S-stable',
url: 'https://github.com/saltysimulations/salty-747/releases/download/vinstaller-stable/',
description: 'Stable is our variant that has the least bugs and best performance. ' +
description:

Check failure on line 443 in src/renderer/data.ts

View workflow job for this annotation

GitHub Actions / lint

Delete `·`
'Stable is our variant that has the least bugs and best performance. ' +
'This version will not always be up to date but we guarantee its compatibility ' +
'with each major patch from MSFS.',
isExperimental: false,
Expand Down

0 comments on commit 2840aad

Please sign in to comment.