autocomplete working
This commit is contained in:
parent
4cc2312ffd
commit
b031934022
8 changed files with 92 additions and 30 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue