-
If I sublet or rent out a room in my apartment (e.g. through Craigslist, Airbnb, or VRBO), and the person I rent to is injured due to my negligence, would Lemonade cover it? Specific language in the p…
-
Review code base for consistent syntax including:
- Use of {} for single-line if statements
- Spacing in if statements (e.g. `if(something){}` vs `if (something) {}`, etc.)
- spacing in function decla…
-
[https://github.com/germanortola/airbnb-bcn.git]
-
I would like to import SDK
```
var airbnb = require('airbnbapijs')
```
I do not see any component like `airbnbapijs`. Shouldn't it exist to be import into my web app?
j4nos updated
4 years ago
-
Add eslint with airbnb rules
-
Which services should we consider for continuous integration? There's Travis CI, Circle CI, and many others. I believe I have permissions to do integrations for this repo, but not https://github.com/N…
-
While most of the functions this API provide are based on Primary Host, right? For example, the function, will only return the Listings which hosted by the token authorized user. What if there are li…
-
### Component(s)
exporter/datadog
### Is your feature request related to a problem? Please describe.
Datadogexporter submits counter types as count, however datadog-agent and [veneur](https:/…
-
I am using Sublime Text 3.2.2 Build 3211 on Mac Version 10.14.6 (18G4032). Eslint-Formatter v2.3.1. I use it mainly in vue projects but also in Vanilla JS projects.
After formatting the file it jum…
-
- Original discussion: https://github.com/airbnb/javascript/issues/1089#issuecomment-249409943
- Patch: https://github.com/airbnb/javascript/pull/1090
---
I don't want to bikeshed on this, but I do …