Paul Melnikow
07b282fa1f
Enforce property shorthand ( #2243 )
...
I had to track down the right lint rule for this. We have no-useless-rename for destructuring and import/export. The one for object literals is object-shorthand.
2018-11-01 13:46:23 -04:00
Tagan Hoyle
60592b8547
Refactor [Wordpress] Service ( #2152 )
2018-10-27 11:59:43 +01:00
Paul Melnikow
bedba47d77
Move legacy services from server.js into services/ ( #1958 )
...
This builds on the work of #1931 by moving the legacy services into `services/`.
2018-08-27 13:29:54 -04:00
Paul Melnikow
7a664ca3e8
Run prettier ( #1866 )
...
Merging this separately so the commit with the tooling change is readable. This is a follow-on to #1167 which turned prettier on.
2018-08-08 17:57:14 -04:00
Paul Melnikow
ea4b758612
Move service tests alongside code ( #1563 )
...
Per discussion in #1543
2018-03-20 18:32:48 -07:00