Skip to content

Commit

Permalink
refactor/1517 - Fix lint error I created!
Browse files Browse the repository at this point in the history
  • Loading branch information
erikquinn committed Feb 17, 2020
1 parent 18a3852 commit 34c5e0c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions assets/airports/airportLoadList.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ window.AIRPORT_LOAD_LIST = (function() { // eslint-disable-line wrap-iife
* }
* ```
* - `AIRPORT_ICAO` is the airport icao in lowercase (ex: ksfo)
*
* - `AIRPORT_DIFFICULTY` is the difficulty level based on the traffic volume (in Aircraft per Hour):
* +----------+------------------------+
* | Level | Traffic Volume |
Expand All @@ -43,7 +44,9 @@ window.AIRPORT_LOAD_LIST = (function() { // eslint-disable-line wrap-iife
* +----------+------------------------+
* | Hard | More than 60 AcpH |
* +----------+------------------------+
* - `AIRPORT_NAME` is the official English name of the airport (ex: San Francisco International Airport) according to Jeppesen charts
* - `AIRPORT_NAME` is the official English name of the airport, according to Jeppesen charts
* --> for example, KSFO = "San Francisco International Airport"
*
* - `MEETS_PREMIUM_STANDARDS` is either `true` or `false`, see the airport standards document
*
* @property AIRPORT_LOAD_LIST
Expand Down Expand Up @@ -489,7 +492,7 @@ window.AIRPORT_LOAD_LIST = (function() { // eslint-disable-line wrap-iife
level: 'beginner',
name: 'Montevideo Carrasco International Airport',
premium: false
// },
},
// {
// icao: 'tjsj',
// level: 'easy',
Expand Down

0 comments on commit 34c5e0c

Please sign in to comment.