Commit Graph

8 Commits (41beaf0bd54d8709d4ff25c054625c96a2ceb177)

Author SHA1 Message Date
Alex Boatwright 624a92a0a6
feat(ui): add some color to monaco (#15882) 2019-11-15 15:13:45 -08:00
Bucky Schwarz 7722aa969c build(ui): make some tweaks to eke some speed out of eslint 2019-10-30 14:36:52 -07:00
Andrew Watkins 9cb2c0f6a4
refactor: RemoteDataState states in GetResources (#15508)
* refactor: RemoteDataState states in GetResources

* fix: e2e
2019-10-18 15:31:15 -07:00
Andrew Watkins 75cfdccbdb chore: exclude coverage from linting 2019-10-18 10:48:05 -07:00
Andrew Watkins ade66b01f3 chore: first pass at recommended rules 2019-10-18 10:25:00 -07:00
Andrew Watkins 321c6fce1f chore: explicitly include files to be linted
https://github.com/typescript-eslint/typescript-eslint/issues/890
2019-10-18 10:24:59 -07:00
Andrew Watkins e9720c1871 fix: typescript parser linting errors 2019-10-18 10:24:59 -07:00
Alex Boatwright b91a856f59
chore(ui): relocate testing configuration (#15356)
while exploring containerization of the frontend, i decided to remove the
existing environment configuration from package.json and push them into
external files in an attempt to improve the caching strategies available
for local development. the CI pipeline should be watching the lock file,
but changes to the testing environment locally shouldn't cause a rebuild
of node_modules.
2019-10-08 15:39:33 -07:00