autocomplete working

This commit is contained in:
Matt Walsh
2025-05-13 13:57:50 -05:00
parent 4cc2312ffd
commit b031934022
8 changed files with 92 additions and 30 deletions

View File

@@ -2,8 +2,7 @@
"env": {
"browser": true,
"es6": true,
"node": true,
"jquery": true
"node": true
},
"extends": [
"airbnb-base"
@@ -12,7 +11,8 @@
"TravelCities": "readonly",
"RegionalCities": "readonly",
"StationInfo": "readonly",
"SunCalc": "readonly"
"SunCalc": "readonly",
"NoSleep": "readonly"
},
"parserOptions": {
"ecmaVersion": 2023,