puppeteer/utils/doclint/check_public_api
Jack Franklin e3922ea1f3
chore: enforce consistent spacing around object curlys ()
The codebase was incredibly inconsistent with the use of spacing around
curly braces, e.g.:

```
// this?
const a = {b: 1}
// or?
const a = { b: 1 }
```

This extended into import statements also. Google's styleguide is no
spacing, so we're going with that.
2020-04-21 10:40:04 +01:00
..
test chore: migrate remaining tests to Mocha () 2020-04-09 20:12:32 +02:00
Documentation.js feat(puppeteer): introduce puppeteer.errors and puppeteer.devices () 2019-04-19 15:33:06 -07:00
index.js chore: enforce consistent spacing around object curlys () 2020-04-21 10:40:04 +01:00
JSBuilder.js chore(typescript): migrate src/Dialog () 2020-04-16 14:59:28 +01:00
MDBuilder.js chore: enforce consistent spacing around object curlys () 2020-04-21 10:40:04 +01:00