eslint cleanup

This commit is contained in:
Matt Walsh
2025-05-14 13:55:46 -05:00
parent 99308155d6
commit 4c65f5bc4d
4 changed files with 17484 additions and 17484 deletions

View File

@@ -15,7 +15,7 @@
"NoSleep": "readonly" "NoSleep": "readonly"
}, },
"parserOptions": { "parserOptions": {
"ecmaVersion": 2023, "ecmaVersion": "latest",
"sourceType": "module" "sourceType": "module"
}, },
"plugins": [], "plugins": [],

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,243 +1,243 @@
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const TravelCities = [ const TravelCities = [
{ {
"Name": "Atlanta", Name: 'Atlanta',
"Latitude": 33.749, Latitude: 33.749,
"Longitude": -84.388, Longitude: -84.388,
"point": { point: {
"x": 51, x: 51,
"y": 87, y: 87,
"wfo": "FFC" wfo: 'FFC',
} },
}, },
{ {
"Name": "Boston", Name: 'Boston',
"Latitude": 42.3584, Latitude: 42.3584,
"Longitude": -71.0598, Longitude: -71.0598,
"point": { point: {
"x": 71, x: 71,
"y": 90, y: 90,
"wfo": "BOX" wfo: 'BOX',
} },
}, },
{ {
"Name": "Chicago", Name: 'Chicago',
"Latitude": 41.9796, Latitude: 41.9796,
"Longitude": -87.9045, Longitude: -87.9045,
"point": { point: {
"x": 66, x: 66,
"y": 77, y: 77,
"wfo": "LOT" wfo: 'LOT',
} },
}, },
{ {
"Name": "Cleveland", Name: 'Cleveland',
"Latitude": 41.4995, Latitude: 41.4995,
"Longitude": -81.6954, Longitude: -81.6954,
"point": { point: {
"x": 83, x: 83,
"y": 65, y: 65,
"wfo": "CLE" wfo: 'CLE',
} },
}, },
{ {
"Name": "Dallas", Name: 'Dallas',
"Latitude": 32.8959, Latitude: 32.8959,
"Longitude": -97.0372, Longitude: -97.0372,
"point": { point: {
"x": 80, x: 80,
"y": 109, y: 109,
"wfo": "FWD" wfo: 'FWD',
} },
}, },
{ {
"Name": "Denver", Name: 'Denver',
"Latitude": 39.7391, Latitude: 39.7391,
"Longitude": -104.9847, Longitude: -104.9847,
"point": { point: {
"x": 63, x: 63,
"y": 61, y: 61,
"wfo": "BOU" wfo: 'BOU',
} },
}, },
{ {
"Name": "Detroit", Name: 'Detroit',
"Latitude": 42.3314, Latitude: 42.3314,
"Longitude": -83.0457, Longitude: -83.0457,
"point": { point: {
"x": 66, x: 66,
"y": 34, y: 34,
"wfo": "DTX" wfo: 'DTX',
} },
}, },
{ {
"Name": "Hartford", Name: 'Hartford',
"Latitude": 41.7637, Latitude: 41.7637,
"Longitude": -72.6851, Longitude: -72.6851,
"point": { point: {
"x": 21, x: 21,
"y": 54, y: 54,
"wfo": "BOX" wfo: 'BOX',
} },
}, },
{ {
"Name": "Houston", Name: 'Houston',
"Latitude": 29.7633, Latitude: 29.7633,
"Longitude": -95.3633, Longitude: -95.3633,
"point": { point: {
"x": 65, x: 65,
"y": 97, y: 97,
"wfo": "HGX" wfo: 'HGX',
} },
}, },
{ {
"Name": "Indianapolis", Name: 'Indianapolis',
"Latitude": 39.7684, Latitude: 39.7684,
"Longitude": -86.158, Longitude: -86.158,
"point": { point: {
"x": 58, x: 58,
"y": 69, y: 69,
"wfo": "IND" wfo: 'IND',
} },
}, },
{ {
"Name": "Los Angeles", Name: 'Los Angeles',
"Latitude": 34.0522, Latitude: 34.0522,
"Longitude": -118.2437, Longitude: -118.2437,
"point": { point: {
"x": 155, x: 155,
"y": 45, y: 45,
"wfo": "LOX" wfo: 'LOX',
} },
}, },
{ {
"Name": "Miami", Name: 'Miami',
"Latitude": 25.7743, Latitude: 25.7743,
"Longitude": -80.1937, Longitude: -80.1937,
"point": { point: {
"x": 110, x: 110,
"y": 51, y: 51,
"wfo": "MFL" wfo: 'MFL',
} },
}, },
{ {
"Name": "Minneapolis", Name: 'Minneapolis',
"Latitude": 44.98, Latitude: 44.98,
"Longitude": -93.2638, Longitude: -93.2638,
"point": { point: {
"x": 108, x: 108,
"y": 72, y: 72,
"wfo": "MPX" wfo: 'MPX',
} },
}, },
{ {
"Name": "New York", Name: 'New York',
"Latitude": 40.7142, Latitude: 40.7142,
"Longitude": -74.0059, Longitude: -74.0059,
"point": { point: {
"x": 33, x: 33,
"y": 35, y: 35,
"wfo": "OKX" wfo: 'OKX',
} },
}, },
{ {
"Name": "Norfolk", Name: 'Norfolk',
"Latitude": 36.8468, Latitude: 36.8468,
"Longitude": -76.2852, Longitude: -76.2852,
"point": { point: {
"x": 90, x: 90,
"y": 52, y: 52,
"wfo": "AKQ" wfo: 'AKQ',
} },
}, },
{ {
"Name": "Orlando", Name: 'Orlando',
"Latitude": 28.5383, Latitude: 28.5383,
"Longitude": -81.3792, Longitude: -81.3792,
"point": { point: {
"x": 26, x: 26,
"y": 68, y: 68,
"wfo": "MLB" wfo: 'MLB',
} },
}, },
{ {
"Name": "Philadelphia", Name: 'Philadelphia',
"Latitude": 39.9523, Latitude: 39.9523,
"Longitude": -75.1638, Longitude: -75.1638,
"point": { point: {
"x": 50, x: 50,
"y": 76, y: 76,
"wfo": "PHI" wfo: 'PHI',
} },
}, },
{ {
"Name": "Pittsburgh", Name: 'Pittsburgh',
"Latitude": 40.4406, Latitude: 40.4406,
"Longitude": -79.9959, Longitude: -79.9959,
"point": { point: {
"x": 78, x: 78,
"y": 66, y: 66,
"wfo": "PBZ" wfo: 'PBZ',
} },
}, },
{ {
"Name": "St. Louis", Name: 'St. Louis',
"Latitude": 38.6273, Latitude: 38.6273,
"Longitude": -90.1979, Longitude: -90.1979,
"point": { point: {
"x": 95, x: 95,
"y": 74, y: 74,
"wfo": "LSX" wfo: 'LSX',
} },
}, },
{ {
"Name": "San Francisco", Name: 'San Francisco',
"Latitude": 37.7749, Latitude: 37.7749,
"Longitude": -122.4194, Longitude: -122.4194,
"point": { point: {
"x": 85, x: 85,
"y": 105, y: 105,
"wfo": "MTR" wfo: 'MTR',
} },
}, },
{ {
"Name": "Seattle", Name: 'Seattle',
"Latitude": 47.6062, Latitude: 47.6062,
"Longitude": -122.3321, Longitude: -122.3321,
"point": { point: {
"x": 125, x: 125,
"y": 68, y: 68,
"wfo": "SEW" wfo: 'SEW',
} },
}, },
{ {
"Name": "Syracuse", Name: 'Syracuse',
"Latitude": 43.0481, Latitude: 43.0481,
"Longitude": -76.1474, Longitude: -76.1474,
"point": { point: {
"x": 52, x: 52,
"y": 99, y: 99,
"wfo": "BGM" wfo: 'BGM',
} },
}, },
{ {
"Name": "Tampa", Name: 'Tampa',
"Latitude": 27.9475, Latitude: 27.9475,
"Longitude": -82.4584, Longitude: -82.4584,
"point": { point: {
"x": 71, x: 71,
"y": 97, y: 97,
"wfo": "TBW" wfo: 'TBW',
} },
}, },
{ {
"Name": "Washington DC", Name: 'Washington DC',
"Latitude": 38.8951, Latitude: 38.8951,
"Longitude": -77.0364, Longitude: -77.0364,
"point": { point: {
"x": 97, x: 97,
"y": 71, y: 71,
"wfo": "LWX" wfo: 'LWX',
} },
} },
] ];